[geeklog-cvs] Geeklog-1.x/public_html siteconfig.php,1.16,1.17

Michael Jervis mjervis at qs1489.pair.com
Tue Jul 1 16:27:37 EDT 2008


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

Modified Files:
	siteconfig.php 
Log Message:
Allow overriding of rootdebug or other core config variables in siteconfig.php for emergency debugging. [bug 673]

Index: siteconfig.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/siteconfig.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** siteconfig.php	19 Jun 2008 19:24:40 -0000	1.16
--- siteconfig.php	1 Jul 2008 20:27:35 -0000	1.17
***************
*** 18,21 ****
--- 18,26 ----
  $_CONF['site_enabled'] = true;
  
+ // If you have errors on your site, can't login, or can't get to the
+ // config UI, then you can comment this in to set the root debug option
+ // on and get detailed error messages:
+ // $_CONF['rootdebug'] = true;
+ 
  $_CONF['path'] = '/path/to/Geeklog/';
  $_CONF['path_system'] = $_CONF['path'] . 'system/';




More information about the geeklog-cvs mailing list