[geeklog-cvs] Geeklog-1.x/public_html/admin/install configinfo.php, 1.6, 1.7 index.php, 1.39, 1.40

Dirk Haun dhaun at qs1489.pair.com
Sun May 11 03:25:10 EDT 2008


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

Modified Files:
	configinfo.php index.php 
Log Message:
Eliminated some more references to config.php


Index: configinfo.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/configinfo.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** configinfo.php	10 May 2008 21:03:23 -0000	1.6
--- configinfo.php	11 May 2008 07:25:08 -0000	1.7
***************
*** 62,66 ****
  }
  
! $display = "<html>\n<head><title>config.php</title></head>\n<body>\n";
  $n = 0;
  $display .= '<table width="100%" cellspacing="0" cellpadding="0" border="0" style="border: thin black solid;">';
--- 62,66 ----
  }
  
! $display = "<html>\n<head><title>Configuration Settings</title></head>\n<body>\n";
  $n = 0;
  $display .= '<table width="100%" cellspacing="0" cellpadding="0" border="0" style="border: thin black solid;">';

Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/index.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** index.php	1 May 2008 13:23:28 -0000	1.39
--- index.php	11 May 2008 07:25:08 -0000	1.40
***************
*** 40,44 ****
  // $Id$
  
! // this should help expose parse errors (e.g. in config.php) even when
  // display_errors is set to Off in php.ini
  if (function_exists ('ini_set')) {
--- 40,44 ----
  // $Id$
  
! // this should help expose parse errors even when
  // display_errors is set to Off in php.ini
  if (function_exists ('ini_set')) {




More information about the geeklog-cvs mailing list