[geeklog-cvs] geeklog-1.3 config.php,1.97,1.98

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Fri Sep 5 13:18:17 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3
In directory geeklog_prod:/tmp/cvs-serv21687

Modified Files:
	config.php 
Log Message:
Added support for the GD library when uploading images.


Index: config.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/config.php,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** config.php	4 Sep 2003 09:50:15 -0000	1.97
--- config.php	5 Sep 2003 17:18:15 -0000	1.98
***************
*** 441,445 ****
  // upload object then the library you choose will attempt to resize the image.
  // Leaving this value empty disables this feature
! $_CONF['image_lib']             = ''; // can be netpbm, imagemagick
  
  // If you set image_lib to imagemagick give this path otherwise comment it out
--- 441,445 ----
  // upload object then the library you choose will attempt to resize the image.
  // Leaving this value empty disables this feature
! $_CONF['image_lib'] = ''; // can be one of 'netpbm', 'imagemagick', 'gdlib'
  
  // If you set image_lib to imagemagick give this path otherwise comment it out





More information about the geeklog-cvs mailing list