JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added admin_files, s/this_host/$host/, etc
[wfpl-cms.git] / admin_pages.php
index b1e7f16..f674b66 100644 (file)
@@ -36,8 +36,6 @@ function admin_pages_main() {
                return 'admin_login';
        }
 
-       tem_set('this_host', this_host());
-
        $id = _REQUEST_cut('edit_id');
        if($id) {
                return admin_pages_main_form($id);