sync
[web.mtrack] / index.php
index 769a054..ed1937b 100644 (file)
--- a/index.php
+++ b/index.php
@@ -17,7 +17,7 @@ ini_set('display_errors', true);
 new HTML_FlexyFramework(array(
        
     'project' => 'MTrackWeb',
-    'enable' => 'MTrack,Core,Admin', // enable permissions from Pman 
+    'enable' => 'MTrack,CoreBC,Core,Admin', // enable permissions from Pman 
     'database'        => 'mysql://root:@localhost/pman',
     'version' => '2.0',
     'DB_DataObject' => array(
@@ -47,7 +47,7 @@ new HTML_FlexyFramework(array(
     ),
     'Pman' => array(
         // where the images go.
-       'storedir' => '/home/mtrack',
+       'storedir' => '/home/edoc',
          'useroo' => true,
     ),
      'Pman_Core' => array(