thomas: utils/admin generatefb.php,1.2,1.3

cvs at kolab.org cvs at kolab.org
Wed May 23 16:35:43 CEST 2007


Author: thomas

Update of /kolabrepository/utils/admin
In directory doto:/tmp/cvs-serv3008

Modified Files:
	generatefb.php 
Log Message:
removed extra space in php -c option.

php reads this as -c " /kolab/etc/apache/php.ini" otherwise.


Index: generatefb.php
===================================================================
RCS file: /kolabrepository/utils/admin/generatefb.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- generatefb.php	9 May 2007 10:56:29 -0000	1.2
+++ generatefb.php	23 May 2007 14:35:40 -0000	1.3
@@ -1,4 +1,4 @@
-#!/kolab/bin/php -c /kolab/etc/apache/php.ini
+#!/kolab/bin/php -c/kolab/etc/apache/php.ini
 <?php
 error_reporting(E_ALL);
 





More information about the commits mailing list