[geeklog-cvs] Geeklog-1.x/public_html/admin/install	config-install.php, 1.22, 1.23
    Dirk Haun 
    dhaun at qs1489.pair.com
       
    Sat Feb  2 15:03:08 EST 2008
    
        - Previous message (by thread): [geeklog-cvs] Geeklog-1.x/sql/updates mysql_1.4.1_to_1.5.0.php, 1.59,	1.60
 
        - Next message (by thread): [geeklog-cvs] Geeklog-1.x/plugins/spamx install_defaults.php, NONE,	1.1 ProjectHoneyPot.Examine.class.php, 1.2, 1.3 functions.inc,	1.31, 1.32 config.php, 1.20, NONE
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv51673/public_html/admin/install
Modified Files:
	config-install.php 
Log Message:
Have the config data for the Spam-X plugin in only one place
Index: config-install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/config-install.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** config-install.php	2 Feb 2008 16:36:34 -0000	1.22
--- config-install.php	2 Feb 2008 20:03:06 -0000	1.23
***************
*** 233,245 ****
  
      require_once $plugin_path . 'staticpages/install_defaults.php';
- 
      plugin_initconfig_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');
  }
  
--- 233,240 ----
  
      require_once $plugin_path . 'staticpages/install_defaults.php';
      plugin_initconfig_staticpages();
  
!     require_once $plugin_path . 'spamx/install_defaults.php';
!     plugin_initconfig_spamx();
  }
  
    
    
        
	- Previous message (by thread): [geeklog-cvs] Geeklog-1.x/sql/updates mysql_1.4.1_to_1.5.0.php, 1.59,	1.60
 
	- Next message (by thread): [geeklog-cvs] Geeklog-1.x/plugins/spamx install_defaults.php, NONE,	1.1 ProjectHoneyPot.Examine.class.php, 1.2, 1.3 functions.inc,	1.31, 1.32 config.php, 1.20, NONE
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the geeklog-cvs
mailing list