1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-29 21:10:31 +02:00

[ticket/10824] Make styles use composer.json files

PHPBB3-10824
This commit is contained in:
Joas Schilling
2015-09-05 16:45:01 +02:00
committed by Marc Alexander
parent cd74556058
commit a200446646
7 changed files with 80 additions and 74 deletions

View File

@@ -2669,8 +2669,13 @@ function build_hidden_fields($field_ary, $specialchar = false, $stripslashes = f
}
/**
* Parse cfg file
*/
* Parse cfg file
* @param string $filename
* @param bool|array $lines
* @return array
*
* @deprecated Will be removed in the future as *.cfg files are being replaced by composer.json files
*/
function parse_cfg_file($filename, $lines = false)
{
$parsed_items = array();