diff options
Diffstat (limited to 'admin/header.php')
-rw-r--r-- | admin/header.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/admin/header.php b/admin/header.php index 7ecc702..eccfde0 100644 --- a/admin/header.php +++ b/admin/header.php @@ -1,7 +1,7 @@ <?php /** * Bayonet Content Management System - * Copyright (C) 2008 Joseph Hunkeler & Evan O'Connell + * Copyright (C) 2008-2011 Joseph Hunkeler & Evan O'Connell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ + */ + ob_start(); $starttime = explode(' ', microtime()); @@ -78,4 +79,4 @@ $(document).ready(function() { </script> </head> -<body>
\ No newline at end of file +<body> |