From 7b4af63a90a726b98a59b83e53f040a7a566a11d Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 10 Nov 2021 17:53:13 +0100 Subject: Update --- .../cms-special/admin/calendar/manage/index.php | 79 +--------------------- 1 file changed, 1 insertion(+), 78 deletions(-) mode change 100755 => 100644 Neutron-trunk/cms-special/admin/calendar/manage/index.php (limited to 'Neutron-trunk/cms-special/admin/calendar/manage/index.php') diff --git a/Neutron-trunk/cms-special/admin/calendar/manage/index.php b/Neutron-trunk/cms-special/admin/calendar/manage/index.php old mode 100755 new mode 100644 index a6f4ebd..8387b16 --- a/Neutron-trunk/cms-special/admin/calendar/manage/index.php +++ b/Neutron-trunk/cms-special/admin/calendar/manage/index.php @@ -1,78 +1 @@ - - "Supprimer un événement - Calendrier", "headerName" => "Supprimer un événement" ]; include_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin/\$resources/precontent.php"; ?> -location.href = '" . $GLOBALS['SYSTEM_ROOT'] . "/cms-special/admin/calendar';"); -} -if (isJson($eventsraw)) { - $events = json_decode($eventsraw); - foreach ($events->events as $element) { - if (isset($element->timestamp)) { - if ($element->timestamp == $_GET['id']) { - $event = $element; - } - } - } -} else { - require $_SERVER['DOCUMENT_ROOT'] . "/api/electrode/quit.php";quit(""); -} -if (!isset($event)) { - require $_SERVER['DOCUMENT_ROOT'] . "/api/electrode/quit.php";quit(""); -} -?> -

- -

- - - - \ No newline at end of file + \ No newline at end of file -- cgit