PHP ist nicht gleich phpBB

Siehe auch: KB:php_phpbb
Code: Alles auswählen
if (!is_dir($phpbb_root_path . 'styles/' . $file))
Code: Alles auswählen
if ($file[0] == '.' || !is_dir($phpbb_root_path . 'styles/' . $file))
Code: Alles auswählen
if (!is_dir($phpbb_root_path . 'language/' . $file))
Code: Alles auswählen
if ($file[0] == '.' || !is_dir($phpbb_root_path . 'language/' . $file))