mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
7 lines
196 B
PHP
7 lines
196 B
PHP
<?
|
|
define('MEMORY_EXCEPTION', true);
|
|
define('TIME_EXCEPTION', true);
|
|
define('ERROR_EXCEPTION', true);
|
|
$_SERVER['SCRIPT_FILENAME'] = 'schedule.php'; // CLI fix
|
|
require("classes/script_start.php");
|