src/secret_php_files contain the .php files that create the aes files...

main
Robert 4 months ago
parent cdae2e95d8
commit cbe3143202
  1. 2
      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 ],

Loading…
Cancel
Save