Manually remove conifg.php

This commit is contained in:
Bluzume 2021-10-24 01:01:48 -04:00 committed by GitHub
parent a08f21f84e
commit d8d4fbe6fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +0,0 @@
<?php
$dbname = 'master';
$dbuser = 'root';
$dbpass = 'test123';
$dbhost = '127.0.0.1';
$pp_uri = '[GAMESITE]/web/ppemu.php'; # location of paypal emulator on game-servers
# [GAMESITE] is replaced with the URL for the game-site, as specified in servers.php
# original is https://www.paypal.com/cgi-bin/webscr which obviously wont do
# Dont set it to that though, as the paypalgateway.php is not implemented.
#should be same as all game-site's
$hmac_secret = '!!NOTSET!!';
?>