JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
drop ie 8 support
[wfpl-cms.git] / inc / cms.php
index 5075dd7..d7118e0 100644 (file)
@@ -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) {