Drop some old code.
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
|||||||
|
|
||||||
2005-10-07 Michal Čihař <michal@cihar.com>
|
2005-10-07 Michal Čihař <michal@cihar.com>
|
||||||
* lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
|
* lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
|
||||||
|
* libraries/common.lib.php: Drop some old code.
|
||||||
|
|
||||||
2005-10-06 Michal Čihař <michal@cihar.com>
|
2005-10-06 Michal Čihař <michal@cihar.com>
|
||||||
* import.php: Correctly report that file could not be read.
|
* import.php: Correctly report that file could not be read.
|
||||||
|
@@ -94,7 +94,7 @@ if (file_exists('./config.inc.php')) {
|
|||||||
$result = eval('?>' . fread($config_fd, filesize('./config.inc.php')));
|
$result = eval('?>' . fread($config_fd, filesize('./config.inc.php')));
|
||||||
fclose($config_fd);
|
fclose($config_fd);
|
||||||
// Eval failed
|
// Eval failed
|
||||||
if ($result === FALSE || (!isset($cfgServers) && !isset($cfg['Servers']))) {
|
if ($result === FALSE || !isset($cfg['Servers'])) {
|
||||||
// Creates fake settings
|
// Creates fake settings
|
||||||
$cfg = array('DefaultLang' => 'en-iso-8859-1',
|
$cfg = array('DefaultLang' => 'en-iso-8859-1',
|
||||||
'AllowAnywhereRecoding' => FALSE);
|
'AllowAnywhereRecoding' => FALSE);
|
||||||
|
Reference in New Issue
Block a user