|
|
|
|
@ -8,7 +8,7 @@ declare(strict_types=1); |
|
|
|
|
* @license https://mit-license.org/ |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
$show_all_startup_errors = true; // Always, Keep false on LIVE PROD SYS!! |
|
|
|
|
$show_all_startup_errors = false; // Always, Keep false on LIVE PROD SYS!! |
|
|
|
|
if ($show_all_startup_errors) { |
|
|
|
|
ini_set('display_errors', 1); |
|
|
|
|
ini_set('display_startup_errors', 1); |
|
|
|
|
@ -29,4 +29,4 @@ $returned_route = \tts\router::execute(); |
|
|
|
|
if ($returned_route["found"] === false) { |
|
|
|
|
$app = new \tts\app(); |
|
|
|
|
$app->load_controller(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|