From 0ce59dfef212c6dd9a24e4586a57ba7734cad413 Mon Sep 17 00:00:00 2001 From: Cody Phillips Date: Mon, 6 Apr 2015 21:16:24 -0700 Subject: [PATCH] Removed closing tag --- src/app/app_controller.php | 1 - src/app/app_model.php | 1 - src/app/controllers/404.php | 2 -- src/app/controllers/main.php | 1 - src/components/acl/acl.php | 1 - src/components/input/input.php | 1 - src/components/record/record.php | 1 - src/components/session/session.php | 1 - src/config/core.php | 2 -- src/config/database.php | 1 - src/config/routes.php | 1 - src/config/session.php | 1 - src/index.php | 1 - 13 files changed, 15 deletions(-) diff --git a/src/app/app_controller.php b/src/app/app_controller.php index 1c381e8..e258d77 100644 --- a/src/app/app_controller.php +++ b/src/app/app_controller.php @@ -12,4 +12,3 @@ class AppController extends Controller { # (e.g. $this->loadLang("langfile", "en_us")) # } -?> \ No newline at end of file diff --git a/src/app/app_model.php b/src/app/app_model.php index 6677037..ded1b9f 100644 --- a/src/app/app_model.php +++ b/src/app/app_model.php @@ -10,4 +10,3 @@ class AppModel extends Model { # models that extend this class. # } -?> \ No newline at end of file diff --git a/src/app/controllers/404.php b/src/app/controllers/404.php index b149361..b478538 100644 --- a/src/app/controllers/404.php +++ b/src/app/controllers/404.php @@ -9,5 +9,3 @@ class _404 extends AppController { } - -?> \ No newline at end of file diff --git a/src/app/controllers/main.php b/src/app/controllers/main.php index 37e4a71..12fe275 100644 --- a/src/app/controllers/main.php +++ b/src/app/controllers/main.php @@ -7,4 +7,3 @@ class Main extends AppController { } -?> \ No newline at end of file diff --git a/src/components/acl/acl.php b/src/components/acl/acl.php index 4d03f11..f61b2bd 100644 --- a/src/components/acl/acl.php +++ b/src/components/acl/acl.php @@ -278,4 +278,3 @@ private function addAcl($aro_id, $aco_id, $action, $permission) { set("action", $action)->set("permission", $permission)->insert("acl_acl"); } } -?> \ No newline at end of file diff --git a/src/components/input/input.php b/src/components/input/input.php index ac8f481..abe5b0f 100644 --- a/src/components/input/input.php +++ b/src/components/input/input.php @@ -589,4 +589,3 @@ private static function clearLeaves(&$data) { $data = null; } } -?> \ No newline at end of file diff --git a/src/components/record/record.php b/src/components/record/record.php index 5a7d4d3..79945eb 100644 --- a/src/components/record/record.php +++ b/src/components/record/record.php @@ -1436,4 +1436,3 @@ public function quoteIdentifier($identifier) { return implode(".", $parts); } } -?> \ No newline at end of file diff --git a/src/components/session/session.php b/src/components/session/session.php index cc2017c..ab23abd 100644 --- a/src/components/session/session.php +++ b/src/components/session/session.php @@ -292,4 +292,3 @@ private function sessionGarbageCollect($lifetime) { return $this->Record->affectedRows(); } } -?> \ No newline at end of file diff --git a/src/config/core.php b/src/config/core.php index b036d39..017b0b2 100644 --- a/src/config/core.php +++ b/src/config/core.php @@ -57,5 +57,3 @@ // Set to true to allow keys with no definition to be output, set to false to // output nothing if the key is not found. Configure::set("Language.allow_pass_through", false); - -?> \ No newline at end of file diff --git a/src/config/database.php b/src/config/database.php index b4c1d26..82e8c91 100644 --- a/src/config/database.php +++ b/src/config/database.php @@ -44,4 +44,3 @@ unset($default); unset($server); -?> \ No newline at end of file diff --git a/src/config/routes.php b/src/config/routes.php index 2245009..a6f2071 100644 --- a/src/config/routes.php +++ b/src/config/routes.php @@ -18,4 +18,3 @@ * example: $1, $2, ... $n. */ -?> \ No newline at end of file diff --git a/src/config/session.php b/src/config/session.php index e9f4e22..67bffa1 100644 --- a/src/config/session.php +++ b/src/config/session.php @@ -20,4 +20,3 @@ Configure::set("Session.session_name", "sid"); // Whether or not enable HTTP only session cookies Configure::set("Session.session_httponly", true); -?> \ No newline at end of file diff --git a/src/index.php b/src/index.php index a87599d..ddc2f74 100644 --- a/src/index.php +++ b/src/index.php @@ -43,4 +43,3 @@ // Display rendering time if benchmarking is enabled if (Configure::get("System.benchmark")) echo "execution time: " . ($end-$start) . " seconds"; -?> \ No newline at end of file