summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-05-24 16:20:03 +0400
committerAndrew Dolgov <[email protected]>2012-05-24 16:20:03 +0400
commit382268c6c9f778e7b435ee69c56a9407d9e8dcc2 (patch)
tree8c1f1d2b169fc5b37de6fca768c3299d0a02eedb /include/sanity_check.php
parent0e63fc49ab31db2ff61cae1b56c33431c9848c37 (diff)
rate-limit requests for favicons when not present to conserve traffic (refs #457)
Diffstat (limited to 'include/sanity_check.php')
-rw-r--r--include/sanity_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php
index 26d699be7..11da85921 100644
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -10,7 +10,7 @@
} else {
define('EXPECTED_CONFIG_VERSION', 25);
- define('SCHEMA_VERSION', 91);
+ define('SCHEMA_VERSION', 92);
require_once "config.php";
require_once "sanity_config.php";