mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
3 lines
137 B
PHP
3 lines
137 B
PHP
<?php
|
|
// This is global bootstrap for autoloading
|
|
if(!defined('_XE_PATH_')) define('_XE_PATH_', realpath(dirname(__FILE__).'/../').'/');
|