mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
- some changes to browser checking (was the reason for not working logins)
- partly working style acp - other tiny changes here and there git-svn-id: file:///svn/phpbb/trunk@5388 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1481,11 +1481,14 @@ function build_hidden_fields($field_ary)
|
||||
/**
|
||||
* Parse cfg file
|
||||
*/
|
||||
function parse_cfg_file($filename)
|
||||
function parse_cfg_file($filename, $lines = false)
|
||||
{
|
||||
$parsed_items = array();
|
||||
|
||||
$lines = file($filename);
|
||||
if ($lines === false)
|
||||
{
|
||||
$lines = file($filename);
|
||||
}
|
||||
|
||||
foreach ($lines as $line)
|
||||
{
|
||||
|
Reference in New Issue
Block a user