From: <al...@us...> - 2008-08-26 00:49:44
|
Revision: 639 http://sciret.svn.sourceforge.net/sciret/?rev=639&view=rev Author: alpeb Date: 2008-08-26 00:49:40 +0000 (Tue, 26 Aug 2008) Log Message: ----------- moving config.ini.php to config.ini.php.template to avoid svn showing our local config.ini.php as modified Added Paths: ----------- trunk/config.ini.php.template Removed Paths: ------------- trunk/config.ini.php Deleted: trunk/config.ini.php =================================================================== --- trunk/config.ini.php 2008-08-25 23:46:39 UTC (rev 638) +++ trunk/config.ini.php 2008-08-26 00:49:40 UTC (rev 639) @@ -1,27 +0,0 @@ -<?php - - return array ( - 'environment' => - array ( - 'production' => false, - 'loglevel' => 0, - ), - 'general' => - array ( - 'slowdown_secs' => 0, - 'language_default' => 'English', - ), - 'database' => - array ( - 'adapter' => 'pdo_mysql', - 'params' => - array ( - 'host' => 'localhost', - 'dbname' => 'sciret_trunk', - 'username' => 'root', - 'password' => '', - ), - ), -); - -?> Copied: trunk/config.ini.php.template (from rev 638, trunk/config.ini.php) =================================================================== --- trunk/config.ini.php.template (rev 0) +++ trunk/config.ini.php.template 2008-08-26 00:49:40 UTC (rev 639) @@ -0,0 +1,27 @@ +<?php + + return array ( + 'environment' => + array ( + 'production' => false, + 'loglevel' => 0, + ), + 'general' => + array ( + 'slowdown_secs' => 0, + 'language_default' => 'English', + ), + 'database' => + array ( + 'adapter' => 'pdo_mysql', + 'params' => + array ( + 'host' => 'localhost', + 'dbname' => 'sciret_trunk', + 'username' => 'root', + 'password' => '', + ), + ), +); + +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |