just added self Registration,

customer must have voucher before register
This commit is contained in:
Ibnu Maksum
2017-03-14 05:15:08 +07:00
parent 2e34fa46e5
commit b6c55ff5a9
10 changed files with 370 additions and 19 deletions

View File

@ -32,12 +32,11 @@ if ($cn == '1') {
$db_password = \'' . $db_password . '\';
$db_name = \'' . $db_name . '\';
define(\'APP_URL\', \'' . $appurl . '\');
$_app_stage = \'Live\';
';
$_app_stage = \'Live\';';
$wConfig = "../config.php";
$fh = fopen($wConfig, 'w') or die("Can't create config file, your server does not support 'fopen' function,
please create a file named - config.php with following contents- <br/>$input");
fwrite($fh, $input);
fclose($fh);