change url

This commit is contained in:
xiaomlove
2021-01-30 16:41:02 +08:00
parent e8f58c761a
commit 5f6ca9ff4c
4 changed files with 5 additions and 5 deletions

View File

@@ -2,8 +2,8 @@
define('NEXUS_START', microtime(true));
define('IN_TRACKER', true);
define("PROJECTNAME","NexusPHP");
define("NEXUSPHPURL","http://www.nexusphp.com");
define("NEXUSWIKIURL","http://www.nexusphp.com/wiki");
define("NEXUSPHPURL","http://nexusphp.org");
define("NEXUSWIKIURL","http://doc.nexusphp.org");
define("VERSION","Powered by <a href=\"aboutnexus.php\">".PROJECTNAME."</a>");
define("THISTRACKER","General");
$showversion = " - Powered by ".PROJECTNAME;