summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-09-04 20:42:32 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-09-04 20:42:32 -0400
commit716c3a5a3a36206e93431eb5f8df3471546ec4b2 (patch)
treefaccf06e355ce37f233f823a87b4a93d9f531cb2 /index.php
parent103332a30f8976fcc224c8f55dc23aba7b99e578 (diff)
start to add a plugin management framework
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
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');