[geeklog-cvs] geeklog-1.3 config.php,1.89,1.90

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Mon Jun 23 09:57:06 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3
In directory internal.geeklog.net:/tmp/cvs-serv26932

Modified Files:
	config.php 
Log Message:
Defining $_CONF['site_admin_url'] before $_CONF['site_url'] is not a good idea ...


Index: config.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/config.php,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -d -r1.89 -r1.90
*** config.php	22 Jun 2003 22:07:42 -0000	1.89
--- config.php	23 Jun 2003 13:57:04 -0000	1.90
***************
*** 48,52 ****
  
  $_DB_host         = 'localhost';   // host name or IP address of your DB server
! $_DB_name         = 'geeklog';     // name of your databasei,
                                     // must exist before running the installer!
  $_DB_user         = 'username';    // MySQL user name
--- 48,52 ----
  
  $_DB_host         = 'localhost';   // host name or IP address of your DB server
! $_DB_name         = 'geeklog';     // name of your database,
                                     // must exist before running the installer!
  $_DB_user         = 'username';    // MySQL user name
***************
*** 74,83 ****
  $_CONF['path_html']         = $_CONF['path'] . 'public_html/';
  
- // Some hosting services have a preconfigured admin directory. In that case,
- // you need to rename Geeklog's admin directory to something like "myadmin"
- // and change the following URL as well. Leave as is until you experience any
- // problems accessing Geeklog's admin menu.
- $_CONF['site_admin_url']    = $_CONF['site_url'] . '/admin';
- 
  
  // +---------------------------------------------------------------------------+
--- 74,77 ----
***************
*** 88,91 ****
--- 82,91 ----
  // index.php file resides (no trailing slash).
  $_CONF['site_url']          = 'http://www.example.com';
+ 
+ // Some hosting services have a preconfigured admin directory. In that case,
+ // you need to rename Geeklog's admin directory to something like "myadmin"
+ // and change the following URL as well. Leave as is until you experience any
+ // problems accessing Geeklog's admin menu.
+ $_CONF['site_admin_url']    = $_CONF['site_url'] . '/admin';
  
  // This is the return address for all email sent by Geeklog:





More information about the geeklog-cvs mailing list