Update index.py

This commit is contained in:
midoks 2020-09-30 03:03:48 +08:00
parent 619ab7f3d5
commit 633f244e89
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ def makePhpIni(version):
content = mw.readFile(s_ini)
if version == '52':
content = content.replace(
"\[PHP\]", "\[PHP\]\nauto_prepend_file=\"/www/server/php/app_start.php\"")
"[PHP]", "[PHP]\nauto_prepend_file=/www/server/php/app_start.php")
mw.writeFile(d_ini, content)