Merge pull request #264 from TheSerapher/issue-25-fix-dist-config

Fixing global dist config
This commit is contained in:
Sebastian Grewe 2013-06-28 04:51:10 -07:00
commit ebe3f2b708

View File

@ -2,9 +2,6 @@
// Make sure we are called from index.php
if (!defined('SECURITY')) die('Hacking attempt');
// What is our overall theme
define('THEME', 'mmcFE');
// Our include directory for additional features
define('INCLUDE_DIR', BASEPATH . 'include');