admin.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 23 Jul 2013 15:17:27 +0000 (23:17 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 23 Jul 2013 15:17:27 +0000 (23:17 +0800)
admin.php

index 9c19352..27fb4b6 100644 (file)
--- a/admin.php
+++ b/admin.php
@@ -40,36 +40,14 @@ new HTML_FlexyFramework( array(
             dirname(__FILE__) . '/Pman/Reader/templates', 
               ))
     ),
-    'Pman_Cash' => array(
-      'costing_base_dir' => array(
-              '/home/git/private' => '/home/git/private',
-
-              'file://home/subversion/svn_clients' => '/home/svn/svn_clients'
-      )
-    )  ,
-    'Pman_Core' => array(
-        'jspacker' => '/home/gitlive/gnome.introspection-doc-generator'
-    ),
+     
+    //'Pman_Core' => array(
+    //    'jspacker' => '/home/gitlive/gnome.introspection-doc-generator'
+    //),
     
-    'Pman_Cms' => array(
-        'templateDir' => dirname(__FILE__) .'/Roojscom/templates',
-    ),
-    'Pman_Images' => array(
-        'public_baseURL' => 'http://www.roojs.com/index.php',
-        
-    ),
-   'Fax' =>  array( 
-        'hylafax_dir' => '/var/spool/hylafax',
-        'store' => '/home/edoc/fax',
-        'printer_off_file' => '/home/edoc/fax/print_off_file',
-        'printer' => '',
-   ),
-  'MTrackWeb' => array(
-        'url' => "http://roojs.com/mtrack/index.php",
-       'email_address' => 'tracker@roojs.com'
-    ),
+     
   'Mail' => array(
-        'helo' => 'akbkhome.com'
+        'helo' => 'yourdomain.com'
   )