From: <al...@us...> - 2008-07-08 03:32:02
|
Revision: 598 http://sciret.svn.sourceforge.net/sciret/?rev=598&view=rev Author: alpeb Date: 2008-07-07 20:31:59 -0700 (Mon, 07 Jul 2008) Log Message: ----------- replaced config.php with config.ini Added Paths: ----------- branches/release-candidates/sciret-1.2/config.ini Removed Paths: ------------- branches/release-candidates/sciret-1.2/config.php Added: branches/release-candidates/sciret-1.2/config.ini =================================================================== --- branches/release-candidates/sciret-1.2/config.ini (rev 0) +++ branches/release-candidates/sciret-1.2/config.ini 2008-07-08 03:31:59 UTC (rev 598) @@ -0,0 +1,10 @@ +[general] +slowdown_secs = 0 +language_default = "English" + +[database] +adapter = pdo_mysql +params.host = localhost +params.dbname = monkeys +params.username = root +params.password = Property changes on: branches/release-candidates/sciret-1.2/config.ini ___________________________________________________________________ Name: svn:executable + * Deleted: branches/release-candidates/sciret-1.2/config.php =================================================================== --- branches/release-candidates/sciret-1.2/config.php 2008-07-08 03:30:14 UTC (rev 597) +++ branches/release-candidates/sciret-1.2/config.php 2008-07-08 03:31:59 UTC (rev 598) @@ -1,23 +0,0 @@ -<?php - -/* -* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net -* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License -* @author Alejandro Pedraza -* @since Sciret 1.0 -* @package Sciret -* @packager TheGang -*/ - -define('DB_ENGINE', 'mysql'); -define('DB_HOST', 'localhost'); -define('DB_NAME', 'kb'); -define('DB_USER', 'root'); -define('DB_PASSWORD', ''); - -define('LANGUAGE_DEFAULT', 'English'); - -// set to > 0 to simulate latency -define('SLOWDOWN_SECS', 0); - -?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |