admin.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 1 Jun 2011 06:33:41 +0000 (14:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 1 Jun 2011 06:33:41 +0000 (14:33 +0800)
admin.php

index 99831f7..a809793 100644 (file)
--- a/admin.php
+++ b/admin.php
@@ -26,8 +26,7 @@ new HTML_FlexyFramework( array(
     //'database' => 'mysql://root:@localhost/pman',
     'database' =>  'mysql://root:@localhost/pman',
     
-    'auth_comptype' => 'OWNER',
-    
+   
     
     'Pman' => array(
         'storedir' => '/home/edoc',
@@ -35,7 +34,9 @@ new HTML_FlexyFramework( array(
         'eximspool' => '/var/spool/exim4', 
         //'local_autoauth' => 'alan@akbkhome.com',
         
-        'isDev' => true,  // in future we need to suport non dev versions (which have single DB dir etc. 
+        'isDev' => true,  // in future we need to suport non dev versions (which have single DB dir etc.
+         'auth_comptype' => 'OWNER',
+    
     ),
     'Pman_Core' => array(
         'jspacker' => dirname(__FILE__).'/../gnome.introspection-doc-generator'