Skip to content

Commit e9fbc1d

Browse files
committed
log errors in the error log
1 parent 16e2c77 commit e9fbc1d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

www/idp/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
ini_set("log_errors", 1);
23
ini_set('session.cookie_httponly', 1);
34
ini_set('expose_php', 'off');
45

www/profile/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
ini_set("log_errors", 1);
23
ini_set('expose_php', 'off');
34

45
require_once(__DIR__ . "/../../config.php");

www/profile/storage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
ini_set("log_errors", 1);
23
ini_set('expose_php', 'off');
34

45
require_once(__DIR__ . "/../../config.php");

0 commit comments

Comments
 (0)