[geeklog-cvs] Geeklog-1.x/public_html siteconfig.php,1.2,1.3
Dirk Haun
dhaun at qs1489.pair.com
Sun Sep 23 14:36:26 EDT 2007
Update of /cvsroot/geeklog/Geeklog-1.x/public_html
In directory qs1489.pair.com:/tmp/cvs-serv41636/public_html
Modified Files:
siteconfig.php
Log Message:
Remove mysqldump options
Index: siteconfig.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/siteconfig.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** siteconfig.php 22 Sep 2007 18:10:37 -0000 1.2
--- siteconfig.php 23 Sep 2007 18:36:24 -0000 1.3
***************
*** 1,3 ****
--- 1,4 ----
<?php
+
global $_CONF;
***************
*** 7,12 ****
$_CONF['default_charset'] = 'iso-8859-1';
- $_CONF['mysqldump_options'] = '-Q';
- $_CONF['allow_mysqldump'] = 1; // 1 = on, 0 = off
$_CONF_FCK['imagelibrary'] = '/images/library';
--- 8,11 ----
***************
*** 76,80 ****
'WY'=>'Wyoming'
);
-
?>
--- 75,78 ----
More information about the geeklog-cvs
mailing list