diff options
Diffstat (limited to 'core/include/post/main.php')
-rw-r--r-- | core/include/post/main.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 |