diff options
Diffstat (limited to 'src/controller/post.php')
-rw-r--r-- | src/controller/post.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controller/post.php b/src/controller/post.php index deacafb..b0bc6a0 100644 --- a/src/controller/post.php +++ b/src/controller/post.php | |||
@@ -231,3 +231,4 @@ if($_SERVER['REQUEST_METHOD'] === 'POST' && $_SESSION['admin'] === true) | |||
231 | require '../src/controller/ajax.php'; | 231 | require '../src/controller/ajax.php'; |
232 | } | 232 | } |
233 | } | 233 | } |
234 | require '../src/controller/ajax_calendar.php'; \ No newline at end of file | ||