[geeklog-cvs] geeklog-1.3 config.php,1.131,1.132

tony at iowaoutdoors.org tony at iowaoutdoors.org
Fri Sep 3 15:59:57 EDT 2004


Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv3542

Modified Files:
	config.php 
Log Message:
Spamx is officially part of Geeklog.  All should work fine minus the upgrade file...I'm still missing some key data that I will add yet this weekend


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.131
retrieving revision 1.132
diff -C2 -d -r1.131 -r1.132
*** config.php	25 Aug 2004 08:41:31 -0000	1.131
--- config.php	3 Sep 2004 19:59:54 -0000	1.132
***************
*** 48,55 ****
  
  $_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
! $_DB_pass         = 'password';    // MySQL password
  
  // The table prefix is prepended to each table used be Geeklog to avoid name
--- 48,55 ----
  
  $_DB_host         = 'localhost';   // host name or IP address of your DB server
! $_DB_name         = 'geeklog-1_3';     // name of your database,
                                     // must exist before running the installer!
! $_DB_user         = 'root';    // MySQL user name
! $_DB_pass         = 'foo';    // MySQL password
  
  // The table prefix is prepended to each table used be Geeklog to avoid name
***************
*** 66,70 ****
  
  // This should point to the directory where your config.php file resides.
! $_CONF['path']            = '/path/to/geeklog/'; // should end in a slash
  
  // You only need to change this if you moved or renamed the public_html
--- 66,70 ----
  
  // This should point to the directory where your config.php file resides.
! $_CONF['path']            = '/srv/www/htdocs/geeklog-1.3/'; // should end in a slash
  
  // You only need to change this if you moved or renamed the public_html
***************
*** 81,85 ****
  // Make sure this is the correct URL to your site, i.e. to where Geeklog's
  // 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,
--- 81,85 ----
  // Make sure this is the correct URL to your site, i.e. to where Geeklog's
  // index.php file resides (no trailing slash).
! $_CONF['site_url']          = 'http://localhost/geeklog-1.3/public_html';
  
  // Some hosting services have a preconfigured admin directory. In that case,
***************
*** 334,339 ****
  // and *nix
  
- // Enables the PDF generator feature.  1 = on, 0 = off
- $_CONF['pdf_enabled'] = 0;
  
  // Enables the PDF adhoc mode for the general public.  NOTE: this is always
--- 334,337 ----




More information about the geeklog-cvs mailing list