diff options
Diffstat (limited to '')
| -rw-r--r-- | src/web/index.php (renamed from web/index.php) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.php b/src/web/index.php index 9c2d239..688383f 100644 --- a/web/index.php +++ b/src/web/index.php @@ -1,5 +1,6 @@ <?php /* Copyright (c) 2024 Freya Murphy */ +session_save_path('/var/lib/php/session'); session_start(); $webroot = dirname(__FILE__); |