diff options
Diffstat (limited to 'core/include')
-rw-r--r-- | core/include/page/main.php | 3 | ||||
-rw-r--r-- | core/include/post/main.php | 3 | ||||
-rw-r--r-- | core/include/user/main.php | 3 |
3 files changed, 6 insertions, 3 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 diff --git a/core/include/post/main.php b/core/include/post/main.php index f091a4c..3cdb792 100644 --- a/core/include/post/main.php +++ b/core/include/post/main.php @@ -87,4 +87,5 @@ catch(Post\Exception $Exception) { #=============================================================================== catch(User\Exception $Exception) { Application::exit($Exception->getMessage()); -}
\ No newline at end of file +} +?>
\ No newline at end of file diff --git a/core/include/user/main.php b/core/include/user/main.php index b2b054a..1028a2e 100644 --- a/core/include/user/main.php +++ b/core/include/user/main.php @@ -95,4 +95,5 @@ catch(User\Exception $Exception) { catch(User\Exception $Exception) { Application::error404(); } -}
\ No newline at end of file +} +?>
\ No newline at end of file |