Update index_php.py

pull/680/head
Mr Chen 4 months ago
parent 4629d39980
commit 9d467a13bb
  1. 1
      plugins/php/index_php.py

@ -139,6 +139,7 @@ def libConfCommon(version):
for sodir in ext_list:
if sodir.find("no-debug-non-zts") > -1:
ext_dir += "/"+ sodir
break
libs = []
tasks = mw.M('tasks').where("status!=?", ('1',)).field('status,name').select()

Loading…
Cancel
Save