diff --git a/include/bittorrent.php b/include/bittorrent.php index eac58645..d3838022 100644 --- a/include/bittorrent.php +++ b/include/bittorrent.php @@ -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 ".PROJECTNAME.""); define("THISTRACKER","General"); $showversion = " - Powered by ".PROJECTNAME; diff --git a/public/forummanage.php b/public/forummanage.php index b348ac43..4b559437 100644 --- a/public/forummanage.php +++ b/public/forummanage.php @@ -209,7 +209,7 @@ elseif (isset($_GET['action']) && $_GET['action'] == "newforum"){