Moving node.php to controller.php
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 22 Jan 2006 18:46:07 +0000 (18:46 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 22 Jan 2006 18:46:07 +0000 (18:46 +0000)
global.php
includes/controller.php [moved from includes/node.php with 100% similarity]

index 7e0353ee133daafd0c37b79a5607633f434a804c..7d08725e60998db1f174a539a80be4d13466cbae 100644 (file)
@@ -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)
similarity index 100%
rename from includes/node.php
rename to includes/controller.php