aboutsummaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
author3rd Infantry Division <thirdid@3rd-infantry-division.org>2011-04-18 18:41:57 -0400
committer3rd Infantry Division <thirdid@3rd-infantry-division.org>2011-04-18 18:41:57 -0400
commiteb5ec4457a826bf6edadc9fa1816fac94d4a5c6a (patch)
tree5d99f21c01f8ed598631456acf3e0f576b6e610b /admin
parent55111dfa67353632608240a13c0fcc7b47b1c843 (diff)
downloadbayonetcms-eb5ec4457a826bf6edadc9fa1816fac94d4a5c6a.tar.gz
Adjusted the Bayonet license (some files may have been missed)
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_functions.php6
-rw-r--r--admin/functions.php7
-rw-r--r--admin/header.php7
-rw-r--r--admin/index.php7
-rw-r--r--admin/operation.php6
5 files changed, 18 insertions, 15 deletions
diff --git a/admin/admin_functions.php b/admin/admin_functions.php
index 46572e5..e058342 100644
--- a/admin/admin_functions.php
+++ b/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,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/>.
- */
+ */
if(!defined("ADMIN_FILE"))
{
@@ -166,4 +166,4 @@ function CloseTable_Ex()
echo "</td></tr></table>";
}
-?> \ No newline at end of file
+?>
diff --git a/admin/functions.php b/admin/functions.php
index 5c018a0..ce7d5ff 100644
--- a/admin/functions.php
+++ b/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/>.
- */
+ */
+
/**
* bbcode_format()
*
@@ -560,4 +561,4 @@ function PageRedirect($delay, $link)
{
echo "<meta http-equiv=\"Refresh\" content=\"{$delay};url={$link}\">";
}
-?> \ No newline at end of file
+?>
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>
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
+?>
diff --git a/admin/operation.php b/admin/operation.php
index 4ba80e4..1e8463a 100644
--- a/admin/operation.php
+++ b/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,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/>.
- */
+ */
if(!defined("ADMIN_FILE"))
{
@@ -50,4 +50,4 @@ else
-?> \ No newline at end of file
+?>