diff options
| author | polo <ordipolo@gmx.fr> | 2025-06-23 03:33:38 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-06-23 03:33:38 +0200 |
| commit | cebc19ef236aac2968d2ffccfcff9b975b63fa8d (patch) | |
| tree | 5b8e08045a45063475f533bfae4b4524720fe7bd /src/controller/post.php | |
| parent | 8cf5ac1abf9e2a6134cb82d4582aecaa99b1331a (diff) | |
| download | cms-cebc19ef236aac2968d2ffccfcff9b975b63fa8d.tar.gz cms-cebc19ef236aac2968d2ffccfcff9b975b63fa8d.tar.bz2 cms-cebc19ef236aac2968d2ffccfcff9b975b63fa8d.zip | |
fullcalendar
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 | ||
