From 55148c93a8f1c4bdb8d04b00543d0b8b37fa1424 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 30 Sep 2020 02:53:39 +0800 Subject: [PATCH] Update index.py --- plugins/php/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/index.py b/plugins/php/index.py index f21846de1..cc59ade58 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -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)