Update index.py

pull/637/head
Mr Chen 5 months ago
parent 9d77f66e47
commit 06a7b3da19
  1. 11
      plugins/xhprof/index.py

@ -125,13 +125,14 @@ def getConfAppStart():
def phpPrependFile(version):
app_start = getConfAppStart()
if not os.path.exists(app_start):
tpl = mw.getPluginDir() + '/php/conf/app_start.php'
content = mw.readFile(tpl)
content = contentReplace(content, version)
mw.writeFile(app_start, content)
tpl = mw.getPluginDir() + '/php/conf/app_start.php'
content = mw.readFile(tpl)
content = contentReplace(content, version)
mw.writeFile(app_start, content)
def start():
phpPrependFile()
file_tpl = getPluginDir() + '/conf/xhprof.conf'
file_run = getConf()

Loading…
Cancel
Save