X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=inc%2Fcms.php;h=d7118e0eb6d0567765e6587f582a9bf2dcb3dcea;hp=5075dd73baee028a74e8031c92c511f381a78b85;hb=b1833170625cf875d542995ac930a52bb7fb72d7;hpb=820cd43257132d64402df7593cf722b85137d897 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) {