svn: /web/doc-editor/trunk/php/ Conf.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sun, 28 Mar 2010 19:53:01 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=296992
Log:
WS
Changed paths:
U web/doc-editor/trunk/php/Conf.php
Modified: web/doc-editor/trunk/php/Conf.php
===================================================================
--- web/doc-editor/trunk/php/Conf.php 2010-03-28 19:52:32 UTC (rev 296991)
+++ web/doc-editor/trunk/php/Conf.php 2010-03-28 19:53:01 UTC (rev 296992)
@@ -27,8 +27,8 @@
// First, we load the global configuration file
$this->conf['GLOBAL_CONFIGURATION'] = parse_ini_file($p."conf.ini");
- // We fix the data path here
- $this->conf['GLOBAL_CONFIGURATION']['data.path'] = realpath(dirname(__FILE__).'/../'.$this->conf['GLOBAL_CONFIGURATION']['data.path']).'/';
+ // We fix the data path here
+ $this->conf['GLOBAL_CONFIGURATION']['data.path'] = realpath(dirname(__FILE__).'/../'.$this->conf['GLOBAL_CONFIGURATION']['data.path']).'/';
// Second, we load all config project file
$d = dir($p);