diff options
Diffstat (limited to 'admin/index.php')
-rw-r--r-- | admin/index.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/admin/index.php b/admin/index.php index c1209e5..a3cb956 100644 --- a/admin/index.php +++ b/admin/index.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/>. - */ + */ + session_start(); @@ -152,4 +153,4 @@ $debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) p } } -?>
\ No newline at end of file +?> |