From 382268c6c9f778e7b435ee69c56a9407d9e8dcc2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 24 May 2012 16:20:03 +0400 Subject: rate-limit requests for favicons when not present to conserve traffic (refs #457) --- include/sanity_check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sanity_check.php') 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"; -- cgit v1.2.3-54-g00ecf