We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e254f14 commit 09353b4Copy full SHA for 09353b4
www/idp/index.php
@@ -1,5 +1,6 @@
1
<?php
2
- ini_set( 'session.cookie_httponly', 1 );
+ ini_set('session.cookie_httponly', 1);
3
+ ini_set('expose_php', 'off');
4
5
require_once(__DIR__ . "/../../config.php");
6
require_once(__DIR__ . "/../../vendor/autoload.php");
www/profile/index.php
@@ -1,4 +1,6 @@
+
www/profile/storage.php
0 commit comments