Update of /cvsroot/phpslash/phpslash-dev/public_html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv377
Modified Files:
.cvsignore config-dist.php
Log Message:
changed psl ini file from config-FQDN.ini.php to FQDN-config.ini.php so that it's easier for people to host sites straight from CVS
Index: .cvsignore
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** .cvsignore 5 Jun 2003 17:48:00 -0000 1.2
--- .cvsignore 17 Nov 2004 19:29:52 -0000 1.3
***************
*** 1,3 ****
--- 1,4 ----
config.php
config.ini.php
+ *-config.ini.php
.htaccess
Index: config-dist.php
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config-dist.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** config-dist.php 17 Nov 2004 19:16:34 -0000 1.39
--- config-dist.php 17 Nov 2004 19:29:52 -0000 1.40
***************
*** 13,17 ****
// This automagically detect what virtual-host we are using
// or fallback to standard config.ini.php if needed:
! $psl_inifile = $psl_inifile_path."config-".$_SERVER['SERVER_NAME'].".ini.php";
if ( !is_file("$psl_inifile") )
{
--- 13,17 ----
// This automagically detect what virtual-host we are using
// or fallback to standard config.ini.php if needed:
! $psl_inifile = $psl_inifile_path.$_SERVER['SERVER_NAME']."-config.ini.php";
if ( !is_file("$psl_inifile") )
{
|