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

Dirk Haun dhaun at qs1489.pair.com
Sat Mar 8 16:53:36 EST 2008


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

Modified Files:
	config-install.php 
Log Message:
debug_image_upload option should be disabled by default


Index: config-install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/config-install.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** config-install.php	24 Feb 2008 16:49:51 -0000	1.27
--- config-install.php	8 Mar 2008 21:53:34 -0000	1.28
***************
*** 229,233 ****
      $c->add('keep_unscaled_image',0,'select',5,23,0,1480,TRUE);
      $c->add('allow_user_scaling',1,'select',5,23,0,1490,TRUE);
!     $c->add('debug_image_upload',TRUE,'select',5,23,1,1500,TRUE);
  
      $c->add('fs_articleimg', NULL, 'fieldset', 5, 24, NULL, 0, TRUE);
--- 229,233 ----
      $c->add('keep_unscaled_image',0,'select',5,23,0,1480,TRUE);
      $c->add('allow_user_scaling',1,'select',5,23,0,1490,TRUE);
!     $c->add('debug_image_upload',FALSE,'select',5,23,1,1500,TRUE);
  
      $c->add('fs_articleimg', NULL, 'fieldset', 5, 24, NULL, 0, TRUE);




More information about the geeklog-cvs mailing list