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 16e2c77 commit e9fbc1dCopy full SHA for e9fbc1d
www/idp/index.php
@@ -1,4 +1,5 @@
1
<?php
2
+ ini_set("log_errors", 1);
3
ini_set('session.cookie_httponly', 1);
4
ini_set('expose_php', 'off');
5
www/profile/index.php
require_once(__DIR__ . "/../../config.php");
www/profile/storage.php
0 commit comments