diff --git a/plugins/php/index.py b/plugins/php/index.py index b726d625f..d23cfdff6 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -200,6 +200,8 @@ def makePhpIni(version): content = mw.readFile(src_ini) if version == '52': content = content + "auto_prepend_file=/www/server/php/app_start.php" + + content = contentReplace(content, version) mw.writeFile(dst_ini, content)