mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
change default announce to old
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user