change default announce to old

This commit is contained in:
xiaomlove
2022-06-27 17:08:29 +08:00
parent f88f0787f9
commit 30261680a8
6 changed files with 451 additions and 425 deletions

View File

@@ -8,6 +8,7 @@ defined('NEXUSWIKIURL') || define("NEXUSWIKIURL","https://doc.nexusphp.org");
defined('VERSION') || define("VERSION","Powered by <a href=\"aboutnexus.php\">".PROJECTNAME."</a>");
defined('THISTRACKER') || define("THISTRACKER","General");
defined('ROOT_PATH') || define('ROOT_PATH', dirname(__DIR__) . '/');
defined('DEFAULT_TRACKER_URI') || define('DEFAULT_TRACKER_URI', '/announce.php');
if (!defined('RUNNING_IN_OCTANE')) {
$runningInOctane = false;
foreach (($_SERVER['argv'] ?? []) as $command) {