From b1833170625cf875d542995ac930a52bb7fb72d7 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 29 Jun 2017 15:16:49 -0400 Subject: [PATCH] drop ie 8 support --- inc/cms.php | 3 --- template.html | 4 ---- 2 files changed, 7 deletions(-) diff --git a/inc/cms.php b/inc/cms.php index 5075dd7..d7118e0 100644 --- a/inc/cms.php +++ b/inc/cms.php @@ -9,9 +9,6 @@ function enc_css_str($str) { } function cms_display($basename, &$tem) { - if(preg_match('/([.]l(ocal)?$)|^192[.]168[.]|^127.0.0.1$|^10[.]/', $_SERVER['HTTP_HOST'])) { - $GLOBALS['wfpl_main_template']->set('$running_locally'); - } $tem->set('$host', this_host()); $nav_items = db_get_assocs('cms_pages', "coalesce(nullif(nav_title,''), title) as title,filename", 'where navbar!=0 order by navbar'); if($nav_items) { diff --git a/template.html b/template.html index 794f585..9541cd5 100644 --- a/template.html +++ b/template.html @@ -3,10 +3,6 @@ ~$title html~~$cms_title html~ - -- 1.7.10.4