diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-21 01:29:56 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-21 01:29:56 -0500 |
commit | 0713fd6c1cebe1b32f173af0ef447e7853cbaf70 (patch) | |
tree | 6d9afe839eaa54a0918f672317371369518e0f59 /admin/news | |
parent | 84fc0b30493e9b8081898ec48451cec06a2cf2bc (diff) | |
download | bayonetcms-0713fd6c1cebe1b32f173af0ef447e7853cbaf70.tar.gz |
(OC) fixed some stuff with the calendar
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@388 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'admin/news')
-rw-r--r-- | admin/news/index.php | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/admin/news/index.php b/admin/news/index.php index e69de29..6448e4b 100644 --- a/admin/news/index.php +++ b/admin/news/index.php @@ -0,0 +1,24 @@ +<?php
+/**
+ * Bayonet Content Management System
+ * Copyright (C) 2008 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+if(!defined("ADMIN_FILE"))
+{
+ die("Access denied.");
+}
+ ?>
\ No newline at end of file |