Trim excess whitespace

Signed-off-by: a1346054 <36859588+a1346054@users.noreply.github.com>
This commit is contained in:
a1346054
2021-09-15 20:25:30 +00:00
parent 48c63c0a0b
commit 26f0203137
6 changed files with 10 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
// Start a new PHP session (or continue an existing one)
// Prevents javascript XSS attacks aimed to steal the session ID
ini_set('session.cookie_httponly', 1);
// Prevent Session ID from being passed through URLs
// Prevent Session ID from being passed through URLs
ini_set('session.use_only_cookies', 1);
session_start();