diff options
Diffstat (limited to 'api/timeline.php')
-rw-r--r-- | api/timeline.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/api/timeline.php b/api/timeline.php deleted file mode 100644 index 8271b7a..0000000 --- a/api/timeline.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php - -require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/functions.inc"; global $app; -require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/session.inc"; global $isLoggedIn; global $isLowerLoggedIn; global $_PROFILE; - -$systems = array_filter(array_keys($_GET), function ($i) { - global $isLowerLoggedIn; global $isLoggedIn; global $app; - return $i === "gdapd" || $i === "hrbom" || (($isLowerLoggedIn || $isLoggedIn) && $i === $app["other"]["id"]); -}); - -require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/components/timeline.inc"; -displayTimeline($systems);
\ No newline at end of file |