mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
4 lines
123 B
PHP
4 lines
123 B
PHP
<?php
|
|
$_SERVER['SCRIPT_NAME'] = '/xe/index.php';
|
|
|
|
error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED ^ E_WARNING ^ E_STRICT);
|