[geeklog-cvs] Geeklog-1.x/public_html lib-common.php,1.696,1.697

Dirk Haun dhaun at qs1489.pair.com
Sat May 10 17:03:25 EDT 2008


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

Modified Files:
	lib-common.php 
Log Message:
Removed references to config.php


Index: lib-common.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/lib-common.php,v
retrieving revision 1.696
retrieving revision 1.697
diff -C2 -d -r1.696 -r1.697
*** lib-common.php	10 May 2008 07:56:41 -0000	1.696
--- lib-common.php	10 May 2008 21:03:23 -0000	1.697
***************
*** 3768,3772 ****
  *
  * Returns what HTML tags the system allows to be used inside content.
! * You can modify this by changing $_CONF['user_html'] in config.php
  * (for admins, see also $_CONF['admin_html']).
  *
--- 3768,3772 ----
  *
  * Returns what HTML tags the system allows to be used inside content.
! * You can modify this by changing $_CONF['user_html'] in the configuration
  * (for admins, see also $_CONF['admin_html']).
  *
***************
*** 6437,6441 ****
  * Uses (if available, and in this order)
  * - $LANG_CHARSET (from the current language file)
! * - $_CONF['default_charset'] (from config.php)
  * - 'iso-8859-1' (hard-coded fallback)
  *
--- 6437,6441 ----
  * Uses (if available, and in this order)
  * - $LANG_CHARSET (from the current language file)
! * - $_CONF['default_charset'] (from siteconfig.php)
  * - 'iso-8859-1' (hard-coded fallback)
  *




More information about the geeklog-cvs mailing list