/app/utils.php if you want //different behavior. if(app_status == "live") { define("app_login_page", "https://domain.com/login"); } else { define("app_login_page", $_SERVER['SCRIPT_NAME'] . "/login"); } //this is the new sequencing. This skeleton doesn't use it. //For an example sequence.xml, check /sequence/sequence.xml //define("sequence_file", dirname(__file__) . '/sequence.xml'); // include_once(app_dir . "/config/manager.php");