From e4f8b84a24cb1d6940d2438b177bcfdfe584f75b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 22 Jan 2006 18:46:07 +0000 Subject: [PATCH] Moving node.php to controller.php --- global.php | 2 +- includes/{node.php => controller.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename includes/{node.php => controller.php} (100%) diff --git a/global.php b/global.php index 7e0353e..7d08725 100644 --- a/global.php +++ b/global.php @@ -20,7 +20,7 @@ \*=====================================================================*/ require_once('./includes/init.php'); -require_once('./includes/node.php'); +require_once('./includes/controller.php'); $dochooser = ((defined('PATH_OVERRIDE') AND PATH_OVERRIDE == 1) ? false : true); if ($dochooser) diff --git a/includes/node.php b/includes/controller.php similarity index 100% rename from includes/node.php rename to includes/controller.php -- 2.22.5