mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
- install style and style elements
- refresh template and style cache git-svn-id: file:///svn/phpbb/trunk@5416 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1508,6 +1508,10 @@ function parse_cfg_file($filename, $lines = false)
|
||||
{
|
||||
$value = true;
|
||||
}
|
||||
else if (!trim($value))
|
||||
{
|
||||
$value = '';
|
||||
}
|
||||
else if (($value{0} == "'" && $value{sizeof($value)-1} == "'") || ($value{0} == '"' && $value{sizeof($value)-1} == '"'))
|
||||
{
|
||||
$value = substr($value, 1, sizeof($value)-2);
|
||||
|
Reference in New Issue
Block a user