format(DateTime::ATOM)); $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 const Array_For_Files = [ BaseDir. "/src/aes/testing.aes" => [ "feature" => "testing", "enabled" => true, "expires" => EXPIRES_DATE, "password" => PWD1 ], BaseDir. "/src/aes/config.aes" => [ "feature" => "junk", "enabled" => false, "password" => PWD2 ], ]; const ALLOWED_DOMAINS = ["localhost", "sub.example.org"]; $license_maker->runSymlink(BaseDir. "/FWCodeHydrater", "src/classes/make_license_files.php"); /** * use stars for unlimited access for domains and expires dates if desired! */