Skip to content

Commit 41e5d75

Browse files
committed
Remove error_reporting method from demos
1 parent 4e85c69 commit 41e5d75

4 files changed

Lines changed: 0 additions & 8 deletions

File tree

demo-old/consume.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
* link where it will send a certified response via $_POST.
88
*/
99

10-
error_reporting(E_ALL);
11-
1210
$settings = null;
1311
require 'settings.php';
1412

demo-old/metadata.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
* or expose it on a URL so your IdP can check it periodically.
77
*/
88

9-
error_reporting(E_ALL);
10-
119
$settings = null;
1210
require 'settings.php';
1311

demo2/consume.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
* link where it will send a certified response via $_POST.
88
*/
99

10-
error_reporting(E_ALL);
11-
1210
require_once '../_toolkit_loader.php';
1311

1412
try {

demo2/metadata.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
* or expose it on a URL so your IdP can check it periodically.
77
*/
88

9-
error_reporting(E_ALL);
10-
119
require_once '../_toolkit_loader.php';
1210

1311
header('Content-Type: text/xml');

0 commit comments

Comments
 (0)