diff --git a/variable_grabbler.py b/variable_grabbler.py index c1ba40f..9ccb81e 100644 --- a/variable_grabbler.py +++ b/variable_grabbler.py @@ -8,7 +8,7 @@ Variable Grabbler - version 1.9 import os, json, fnmatch dir = os.path.dirname(os.path.abspath(__file__)) -file_name_pattern = "*.php" +file_name_pattern = "*.{php,html}" print "Reading config file...", config = open("variable_grabbler.cfg","r")