[geeklog-cvs] Geeklog-1.x/public_html/admin sectest.php,1.10,1.11
Dirk Haun
dhaun at qs1489.pair.com
Sun Sep 23 14:30:33 EDT 2007
Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin
In directory qs1489.pair.com:/tmp/cvs-serv41420/public_html/admin
Modified Files:
sectest.php
Log Message:
Check for db-config.php instead of config.php from now on
Index: sectest.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/sectest.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** sectest.php 2 Sep 2007 07:50:56 -0000 1.10
--- sectest.php 23 Sep 2007 18:30:31 -0000 1.11
***************
*** 3,7 ****
/* Reminder: always indent with 4 spaces (no tabs). */
// +---------------------------------------------------------------------------+
! // | Geeklog 1.4 |
// +---------------------------------------------------------------------------+
// | sectest.php |
--- 3,7 ----
/* Reminder: always indent with 4 spaces (no tabs). */
// +---------------------------------------------------------------------------+
! // | Geeklog 1.5 |
// +---------------------------------------------------------------------------+
// | sectest.php |
***************
*** 33,38 ****
// $Id$
! require_once ('../lib-common.php');
! require_once ('auth.inc.php');
if (!SEC_inGroup ('Root')) {
--- 33,38 ----
// $Id$
! require_once '../lib-common.php';
! require_once 'auth.inc.php';
if (!SEC_inGroup ('Root')) {
***************
*** 293,297 ****
$urls = array
(
! array ('config.php', 'config.php' ),
array ('logs/error.log', 'logs directory'),
array ('plugins/staticpages/functions.inc', 'plugins directory'),
--- 293,297 ----
$urls = array
(
! array ('db-config.php', 'db-config.php'),
array ('logs/error.log', 'logs directory'),
array ('plugins/staticpages/functions.inc', 'plugins directory'),
More information about the geeklog-cvs
mailing list