Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
Remove error_reporting method from demos
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Sep 28, 2017
1 parent 4e85c69 commit 41e5d75
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions demo-old/consume.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
* link where it will send a certified response via $_POST.
*/

error_reporting(E_ALL);

$settings = null;
require 'settings.php';

Expand Down
2 changes: 0 additions & 2 deletions demo-old/metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* or expose it on a URL so your IdP can check it periodically.
*/

error_reporting(E_ALL);

$settings = null;
require 'settings.php';

Expand Down
2 changes: 0 additions & 2 deletions demo2/consume.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
* link where it will send a certified response via $_POST.
*/

error_reporting(E_ALL);

require_once '../_toolkit_loader.php';

try {
Expand Down
2 changes: 0 additions & 2 deletions demo2/metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* or expose it on a URL so your IdP can check it periodically.
*/

error_reporting(E_ALL);

require_once '../_toolkit_loader.php';

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

0 comments on commit 41e5d75

Please sign in to comment.