aboutsummaryrefslogtreecommitdiffstats
path: root/admin/post
diff options
context:
space:
mode:
Diffstat (limited to 'admin/post')
-rw-r--r--admin/post/delete.php1
-rw-r--r--admin/post/index.php1
-rw-r--r--admin/post/insert.php1
-rw-r--r--admin/post/search.php1
-rw-r--r--admin/post/update.php1
5 files changed, 0 insertions, 5 deletions
diff --git a/admin/post/delete.php b/admin/post/delete.php
index 78fdf6e..792b958 100644
--- a/admin/post/delete.php
+++ b/admin/post/delete.php
@@ -63,4 +63,3 @@ try {
catch(Post\Exception $Exception) {
Application::error404();
}
-?> \ No newline at end of file
diff --git a/admin/post/index.php b/admin/post/index.php
index 57b19e9..15e2c17 100644
--- a/admin/post/index.php
+++ b/admin/post/index.php
@@ -76,4 +76,3 @@ try {
catch(Template\Exception $Exception) {
Application::exit($Exception->getMessage());
}
-?> \ No newline at end of file
diff --git a/admin/post/insert.php b/admin/post/insert.php
index d35d527..6916a61 100644
--- a/admin/post/insert.php
+++ b/admin/post/insert.php
@@ -76,4 +76,3 @@ try {
catch(Template\Exception $Exception) {
Application::exit($Exception->getMessage());
}
-?> \ No newline at end of file
diff --git a/admin/post/search.php b/admin/post/search.php
index c2c83ca..cd28322 100644
--- a/admin/post/search.php
+++ b/admin/post/search.php
@@ -49,4 +49,3 @@ try {
catch(Template\Exception $Exception) {
Application::exit($Exception->getMessage());
}
-?> \ No newline at end of file
diff --git a/admin/post/update.php b/admin/post/update.php
index d2cf979..7b82bf4 100644
--- a/admin/post/update.php
+++ b/admin/post/update.php
@@ -86,4 +86,3 @@ try {
catch(Post\Exception $Exception) {
Application::error404();
}
-?> \ No newline at end of file