changed script to include html files as well
parent
9ea1793e5e
commit
474136551f
|
@ -8,7 +8,7 @@ Variable Grabbler - version 1.9
|
||||||
import os, json, fnmatch
|
import os, json, fnmatch
|
||||||
|
|
||||||
dir = os.path.dirname(os.path.abspath(__file__))
|
dir = os.path.dirname(os.path.abspath(__file__))
|
||||||
file_name_pattern = "*.php"
|
file_name_pattern = "*.{php,html}"
|
||||||
|
|
||||||
print "Reading config file...",
|
print "Reading config file...",
|
||||||
config = open("variable_grabbler.cfg","r")
|
config = open("variable_grabbler.cfg","r")
|
||||||
|
|
Loading…
Reference in New Issue