aboutsummaryrefslogtreecommitdiff
path: root/modules/admin
diff options
context:
space:
mode:
Diffstat (limited to 'modules/admin')
-rw-r--r--modules/admin/admin_functions.php9
-rw-r--r--modules/admin/blocks/functions.php7
-rw-r--r--modules/admin/blocks/index.php6
-rw-r--r--modules/admin/index.php7
-rw-r--r--modules/admin/operation.php7
-rw-r--r--modules/admin/pages/functions.php5
-rw-r--r--modules/admin/pages/index.php7
7 files changed, 27 insertions, 21 deletions
diff --git a/modules/admin/admin_functions.php b/modules/admin/admin_functions.php
index d0d54a8..dbe101e 100644
--- a/modules/admin/admin_functions.php
+++ b/modules/admin/admin_functions.php
@@ -1,7 +1,7 @@
<?php
/**
* Bayonet Content Management System
- * Copyright (C) 2008 Joseph Hunkeler
+ * 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,8 +15,9 @@
*
* 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.");
@@ -149,4 +150,4 @@ function CloseTable_Ex()
echo "</td></tr></table>";
}
*/
-?> \ No newline at end of file
+?>
diff --git a/modules/admin/blocks/functions.php b/modules/admin/blocks/functions.php
index 2c7b166..ce2744a 100644
--- a/modules/admin/blocks/functions.php
+++ b/modules/admin/blocks/functions.php
@@ -1,7 +1,7 @@
<?php
/**
- * Bayonet Content Management System
- * Copyright (C) 2008 Joseph Hunkeler
+ * Bayonet Content Management System
+ * 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/>.
- */
+ */
+
function ListBlocks()
{
diff --git a/modules/admin/blocks/index.php b/modules/admin/blocks/index.php
index 8d63b6d..164f7a9 100644
--- a/modules/admin/blocks/index.php
+++ b/modules/admin/blocks/index.php
@@ -1,7 +1,7 @@
<?php
/**
* Bayonet Content Management System
- * Copyright (C) 2008 Joseph Hunkeler
+ * 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,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
+ */
/**
* This file administers the site blocks.
@@ -56,4 +56,4 @@ echo "<table align=\"center\" width=\"200px\"><tr><th>".LinkInternal('Create a B
ListBlocks();
-?> \ No newline at end of file
+?>
diff --git a/modules/admin/index.php b/modules/admin/index.php
index 667dc6e..653347f 100644
--- a/modules/admin/index.php
+++ b/modules/admin/index.php
@@ -1,7 +1,7 @@
<?php
/**
* Bayonet Content Management System
- * Copyright (C) 2008 Joseph Hunkeler
+ * 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/>.
- */
+ */
+
/*
if(!defined("MODULE_FILE"))
{
@@ -70,4 +71,4 @@
}
} */
-?> \ No newline at end of file
+?>
diff --git a/modules/admin/operation.php b/modules/admin/operation.php
index 4fb687b..62e34bb 100644
--- a/modules/admin/operation.php
+++ b/modules/admin/operation.php
@@ -1,7 +1,7 @@
<?php
/**
* Bayonet Content Management System
- * Copyright (C) 2008 Joseph Hunkeler
+ * 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/>.
- */
+ */
+
/*
if(!defined("ADMIN_FILE"))
{
@@ -50,4 +51,4 @@ else
*/
-?> \ No newline at end of file
+?>
diff --git a/modules/admin/pages/functions.php b/modules/admin/pages/functions.php
index f71f90f..3507a5d 100644
--- a/modules/admin/pages/functions.php
+++ b/modules/admin/pages/functions.php
@@ -1,7 +1,7 @@
<?php
/**
* Bayonet Content Management System
- * Copyright (C) 2008 Joseph Hunkeler
+ * 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/>.
- */
+ */
+
/**
* Note to anyone feeling the need to edit this file...
diff --git a/modules/admin/pages/index.php b/modules/admin/pages/index.php
index cb36250..737ad8b 100644
--- a/modules/admin/pages/index.php
+++ b/modules/admin/pages/index.php
@@ -1,7 +1,7 @@
<?php
/**
* Bayonet Content Management System
- * Copyright (C) 2008 Joseph Hunkeler
+ * 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,8 +15,9 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
- ?>
+ */
+
+?>
<div class="maincontent">
<fieldset style="height:500px">