[geeklog-cvs] Geeklog-1.x db-config.php,1.3,1.4
    Dirk Haun 
    dhaun at qs1489.pair.com
       
    Sun Jan 27 05:53:05 EST 2008
    
        - Previous message (by thread): [geeklog-cvs] Geeklog-1.x/public_html siteconfig.php,1.7,1.8
 
        - Next message (by thread): [geeklog-cvs] Geeklog-1.x/language english.php, 1.324,	1.325 english_utf-8.php, 1.109, 1.110 german.php, 1.183,	1.184 german_formal.php, 1.88, 1.89 german_formal_utf-8.php,	1.41, 1.42 german_utf-8.php, 1.72, 1.73 japanese.php, 1.38,	1.39 japanese_utf-8.php, 1.22, 1.23
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /cvsroot/geeklog/Geeklog-1.x
In directory qs1489.pair.com:/tmp/cvs-serv26591
Modified Files:
	db-config.php 
Log Message:
Moved 'site_enabled' flag from the config GUI to siteconfig.php
Index: db-config.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/db-config.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** db-config.php	6 Jan 2008 09:56:37 -0000	1.3
--- db-config.php	27 Jan 2008 10:53:03 -0000	1.4
***************
*** 1,4 ****
--- 1,16 ----
  <?php
  
+ /*
+  * Geeklog database configuration
+  *
+  * You should not need to edit this file. See the installation instructions
+  * for details.
+  *
+  */
+ 
+ if (strpos($_SERVER['PHP_SELF'], 'db-config.php') !== false) {
+     die('This file can not be used on its own!');
+ }
+ 
  global $_DB_host, $_DB_name, $_DB_user, $_DB_pass, $_DB_table_prefix, $_DB_dbms;
  
    
    
        
	- Previous message (by thread): [geeklog-cvs] Geeklog-1.x/public_html siteconfig.php,1.7,1.8
 
	- Next message (by thread): [geeklog-cvs] Geeklog-1.x/language english.php, 1.324,	1.325 english_utf-8.php, 1.109, 1.110 german.php, 1.183,	1.184 german_formal.php, 1.88, 1.89 german_formal_utf-8.php,	1.41, 1.42 german_utf-8.php, 1.72, 1.73 japanese.php, 1.38,	1.39 japanese_utf-8.php, 1.22, 1.23
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the geeklog-cvs
mailing list