summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl11
1 files changed, 10 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index e8d6747e8..6013bd1d5 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -523,7 +523,6 @@ LocalVar('platforms', '
-
LocalVar('contenttypes', '
#
# The types of content that template files can generate, indexed by file extension.
@@ -538,6 +537,16 @@ $contenttypes = {
+LocalVar('pages', '
+#
+# A mapping from tags to template names for the general page display system,
+# page.cgi.
+#
+%pages = (
+);
+');
+
+
if ($newstuff ne "") {
print "\nThis version of Bugzilla contains some variables that you may want\n",