From cbe3143202d3af8d05a8723d5aedaf2b66d408b8 Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 1 Aug 2025 15:09:17 -0400 Subject: [PATCH] src/secret_php_files contain the .php files that create the aes files... --- protected/cli/make_license.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ],