Mercurial > SimpleWebPresenter
diff flag.php @ 56:0f1e08cdfff2
Move accept-language to Language to reflect new class name.
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Thu, 11 Oct 2012 01:07:17 +0200 |
| parents | 88482c6636c4 |
| children | dd4ddedca4c5 |
line wrap: on
line diff
--- a/flag.php Thu Oct 11 01:04:23 2012 +0200 +++ b/flag.php Thu Oct 11 01:07:17 2012 +0200 @@ -8,7 +8,7 @@ include_once 'CacheTimeCheck.inc'; $cache = CacheTimeCheck::instance(__FILE__); -$cache->includeOnce('accept-language.inc'); +$cache->includeOnce('Language.inc'); $cache->includeOnce('common-functions.inc'); $active = $_GET['active'];
