Skip to content

Commit

Permalink
Removed closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
clphillips committed Apr 7, 2015
1 parent a32e526 commit 0ce59df
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion src/app/app_controller.php
Expand Up @@ -12,4 +12,3 @@ class AppController extends Controller {
# (e.g. $this->loadLang("langfile", "en_us"))
#
}
?>
1 change: 0 additions & 1 deletion src/app/app_model.php
Expand Up @@ -10,4 +10,3 @@ class AppModel extends Model {
# models that extend this class.
#
}
?>
2 changes: 0 additions & 2 deletions src/app/controllers/404.php
Expand Up @@ -9,5 +9,3 @@
class _404 extends AppController {

}

?>
1 change: 0 additions & 1 deletion src/app/controllers/main.php
Expand Up @@ -7,4 +7,3 @@ class Main extends AppController {


}
?>
1 change: 0 additions & 1 deletion src/components/acl/acl.php
Expand Up @@ -278,4 +278,3 @@ private function addAcl($aro_id, $aco_id, $action, $permission) {
set("action", $action)->set("permission", $permission)->insert("acl_acl");
}
}
?>
1 change: 0 additions & 1 deletion src/components/input/input.php
Expand Up @@ -589,4 +589,3 @@ private static function clearLeaves(&$data) {
$data = null;
}
}
?>
1 change: 0 additions & 1 deletion src/components/record/record.php
Expand Up @@ -1436,4 +1436,3 @@ public function quoteIdentifier($identifier) {
return implode(".", $parts);
}
}
?>
1 change: 0 additions & 1 deletion src/components/session/session.php
Expand Up @@ -292,4 +292,3 @@ private function sessionGarbageCollect($lifetime) {
return $this->Record->affectedRows();
}
}
?>
2 changes: 0 additions & 2 deletions src/config/core.php
Expand Up @@ -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);

?>
1 change: 0 additions & 1 deletion src/config/database.php
Expand Up @@ -44,4 +44,3 @@

unset($default);
unset($server);
?>
1 change: 0 additions & 1 deletion src/config/routes.php
Expand Up @@ -18,4 +18,3 @@
* example: $1, $2, ... $n.
*/

?>
1 change: 0 additions & 1 deletion src/config/session.php
Expand Up @@ -20,4 +20,3 @@
Configure::set("Session.session_name", "sid");
// Whether or not enable HTTP only session cookies
Configure::set("Session.session_httponly", true);
?>
1 change: 0 additions & 1 deletion src/index.php
Expand Up @@ -43,4 +43,3 @@
// Display rendering time if benchmarking is enabled
if (Configure::get("System.benchmark"))
echo "execution time: " . ($end-$start) . " seconds";
?>

0 comments on commit 0ce59df

Please sign in to comment.