Update index.py

pull/109/head
midoks 3 years ago
parent 5c0637e3a9
commit df25056695
  1. 2
      plugins/php/index.py

@ -200,6 +200,8 @@ def makePhpIni(version):
content = mw.readFile(src_ini) content = mw.readFile(src_ini)
if version == '52': if version == '52':
content = content + "auto_prepend_file=/www/server/php/app_start.php" content = content + "auto_prepend_file=/www/server/php/app_start.php"
content = contentReplace(content, version)
mw.writeFile(dst_ini, content) mw.writeFile(dst_ini, content)

Loading…
Cancel
Save