Skip to content

Commit

Permalink
Remove display of errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGillam committed Aug 1, 2024
1 parent 996ec6d commit 270b4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/basic/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
include 'config.inc';
include 'opendb.inc';

error_reporting(E_ALL);
ini_set('display_errors', 1);
// error_reporting(E_ALL);
// ini_set('display_errors', 1);

// Grab inputs
$username = $_REQUEST["user_name"];
Expand Down

0 comments on commit 270b4dc

Please sign in to comment.