mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
8 lines
256 B
PHP
8 lines
256 B
PHP
|
|
<?php
|
||
|
|
# IMPORTANT: Do not edit below unless you know what you are doing!
|
||
|
|
define('IN_TRACKER', true);
|
||
|
|
$rootpath=realpath(dirname(__FILE__) . '/..')."/";
|
||
|
|
include($rootpath . 'include/core.php');
|
||
|
|
include_once($rootpath . 'include/functions_announce.php');
|
||
|
|
?>
|