mirror of
https://github.com/BillyOutlast/Gazelle-Porn.git
synced 2026-07-01 06:41:50 -04:00
7 lines
218 B
PHP
7 lines
218 B
PHP
<?php
|
|
define('MEMORY_EXCEPTION', true);
|
|
define('TIME_EXCEPTION', true);
|
|
define('ERROR_EXCEPTION', true);
|
|
$_SERVER['SCRIPT_FILENAME'] = 'schedule.php'; // CLI fix
|
|
require_once(__DIR__ . '/../classes/script_start.php');
|