From 716c3a5a3a36206e93431eb5f8df3471546ec4b2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 4 Sep 2011 20:42:32 -0400 Subject: start to add a plugin management framework --- index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 3a3a646..ceab3f3 100644 --- a/index.php +++ b/index.php @@ -41,6 +41,9 @@ require_once('Model.class.php'); require_once('Controller.class.php'); require_once('Router.class.php'); +require_once('ContactMethod.class.php'); +require('plugin-conf.php'); + global $mm; require_once('MessageManager.class.php'); $mm = new MessageManager(BASEPATH.'/conf.php'); -- cgit v1.2.3-2-g168b