diff options
author | Frankie B <floppydisk05@aol.com> | 2022-10-02 17:13:59 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-10-02 17:13:59 +0000 |
commit | f80612e03b5620c9fe45517bc897d50b6a46580b (patch) | |
tree | 1245db0faf0882d3611b1b24d4e61240e27744c9 /guestbook/index.php | |
parent | d32f9aeafd556085c2e47a4b626091fa5be0b96c (diff) |
Minor crap
Diffstat (limited to 'guestbook/index.php')
-rwxr-xr-x | guestbook/index.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/guestbook/index.php b/guestbook/index.php index 8ca20d5..3af0e6e 100755 --- a/guestbook/index.php +++ b/guestbook/index.php @@ -28,9 +28,6 @@ </form> <?php - ini_set('display_errors', 1); - ini_set('display_startup_errors', 1); - error_reporting(E_ALL); // Pain $count_query = $db->prepare('SELECT COUNT(*) FROM Entries'); $count_query->execute(); |