diff options
Diffstat (limited to 'core/include/page/main.php')
-rw-r--r-- | core/include/page/main.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/include/page/main.php b/core/include/page/main.php index 18ba4c8..e50445a 100644 --- a/core/include/page/main.php +++ b/core/include/page/main.php @@ -87,4 +87,5 @@ catch(Page\Exception $Exception) { #=============================================================================== catch(User\Exception $Exception) { Application::exit($Exception->getMessage()); -}
\ No newline at end of file +} +?>
\ No newline at end of file |