diff --git a/protected/cli/make_license.php b/protected/cli/make_license.php index bf4bd79..18e510b 100644 --- a/protected/cli/make_license.php +++ b/protected/cli/make_license.php @@ -18,7 +18,7 @@ $license_maker = new MakeLicense(); define("PWD1", $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 = [ BaseDir. "/src/aes/testing.aes" => [ "feature" => "testing", "enabled" => true, "expires" => EXPIRES_DATE, "password" => PWD1 ],