From 1e3b7f7a43819f03c5efa5078e102d664fb7917a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 23 Oct 2023 23:39:28 +0300 Subject: Revert "add a self url path hack to strip request path directories (needed for /api/index.php)" This reverts commit 9826d2f07527e3259957628030adc87bde391b0c. --- api/index.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'api/index.php') diff --git a/api/index.php b/api/index.php index 329e03dae..750a95721 100644 --- a/api/index.php +++ b/api/index.php @@ -14,8 +14,6 @@ require_once "functions.php"; require_once "sessions.php"; - Config::strip_self_url_path_dirs(1); - ini_set('session.use_cookies', "0"); ini_set("session.gc_maxlifetime", "86400"); -- cgit v1.2.3