JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added admin_files, s/this_host/$host/, etc
[wfpl-cms.git] / admin_login.php
index a3d47ce..92d3ab6 100644 (file)
@@ -40,9 +40,6 @@ function admin_login_main() {
        # Don't put (even failed) password back into the form
        $data['password'] = '';
 
-       # include domain name in title (especially for bookmarks) and header
-       tem_set('this_host', this_host());
-
        # display the form [again]
        tem_set('form', $data);
 }