[geeklog-cvs] Geeklog-1.x/public_html/admin/install config-install.php, 1.19, 1.20

Dirk Haun dhaun at qs1489.pair.com
Sat Jan 26 12:17:44 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv87214/public_html/admin/install

Modified Files:
	config-install.php 
Log Message:
Added Spam-X config to the configuration GUI


Index: config-install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/config-install.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** config-install.php	26 Jan 2008 13:14:46 -0000	1.19
--- config-install.php	26 Jan 2008 17:17:42 -0000	1.20
***************
*** 32,36 ****
  // $Id$
  
! if (strpos ($_SERVER['PHP_SELF'], 'config-install.php') !== false) {
      die ('This file can not be used on its own!');
  }
--- 32,36 ----
  // $Id$
  
! if (strpos($_SERVER['PHP_SELF'], 'config-install.php') !== false) {
      die ('This file can not be used on its own!');
  }
***************
*** 243,246 ****
--- 243,252 ----
      $c->add('atom_max_items', 10, 'text', 0, 0, null, 110, true, 'staticpages');
      $c->add('default_permissions', array(3,2,2,2), '@select', 0, 1, 12, 120, true, 'staticpages');
+ 
+     $c->add('logging', true, 'select', 0, 0, 1, 10, true, 'spamx');
+     $c->add('admin_override', false, 'select', 0, 0, 1, 20, true, 'spamx');
+     $c->add('timeout', 5, 'text', 0, 0, null, 30, true, 'spamx');
+     $c->add('notification_email', '', 'text', 0, 0, null, 40, false, 'spamx');
+     $c->add('action', 128, 'text', 0, 0, null, 50, false, 'spamx');
  }
  




More information about the geeklog-cvs mailing list