diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2024-06-14 13:47:14 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2024-06-14 13:47:14 +0300 |
| commit | cc51487f080166b2a21eb529f1d4fc29994d9ff1 (patch) | |
| tree | e87e5ce6c96a233b9f50c8fb456b02834a585ec1 /api/index.php | |
| parent | 66db7dc0ac996f528f6ff9d71f3cc7ec30d65278 (diff) | |
| parent | 9e6684e9277dace834ef10dab21c5b585f291675 (diff) | |
Merge branch 'master' into weblate-integration
Diffstat (limited to 'api/index.php')
| -rw-r--r-- | api/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/index.php b/api/index.php index 750a95721..a061e8020 100644 --- a/api/index.php +++ b/api/index.php @@ -11,7 +11,6 @@ define('NO_SESSION_AUTOSTART', true); require_once "autoload.php"; - require_once "functions.php"; require_once "sessions.php"; ini_set('session.use_cookies', "0"); |