|
|
|
@ -18,7 +18,7 @@ $license_maker = new MakeLicense(); |
|
|
|
define("PWD1", $license_maker->makePassword()); |
|
|
|
define("PWD1", $license_maker->makePassword()); |
|
|
|
define("PWD2", $license_maker->makePassword()); |
|
|
|
define("PWD2", $license_maker->makePassword()); |
|
|
|
|
|
|
|
|
|
|
|
// PHP Files to keep secure are in src/secret_php_files |
|
|
|
// PHP Files to keep secure are in src/secret_php_files which will create the aes files... |
|
|
|
const Array_For_Files = [ |
|
|
|
const Array_For_Files = [ |
|
|
|
BaseDir. "/src/aes/testing.aes" => |
|
|
|
BaseDir. "/src/aes/testing.aes" => |
|
|
|
[ "feature" => "testing", "enabled" => true, "expires" => EXPIRES_DATE, "password" => PWD1 ], |
|
|
|
[ "feature" => "testing", "enabled" => true, "expires" => EXPIRES_DATE, "password" => PWD1 ], |
|
|
|
|