From 570901ba4e526be37afd0cbbe018cb0500a7cda1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 5 Sep 2011 01:22:27 -0400 Subject: Refactor a bit * move a lot of stuff out of MessageManager * move models from lib to models --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index ceab3f3..1148b1d 100644 --- a/index.php +++ b/index.php @@ -37,12 +37,12 @@ define('PAGE', $PAGE); unset($PAGE); define('PAGE_EXT', $EXT); unset($EXT); // Get ready -require_once('Model.class.php'); +//require_once('Model.class.php'); require_once('Controller.class.php'); require_once('Router.class.php'); require_once('ContactMethod.class.php'); -require('plugin-conf.php'); +require('conf-contacts.php'); global $mm; require_once('MessageManager.class.php'); -- cgit v1.2.3