Skip to content

Commit 53c51d2

Browse files
committed
turned off all php errors
1 parent 140bf39 commit 53c51d2

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

assets/php/delegateRegistration.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
<?php
2-
/**
3-
* Created by PhpStorm.
4-
* User: router
5-
* Date: 10/3/14
6-
* Time: 1:20 PM
7-
*/
2+
error_reporting(0);
83
# Database Connection
94
class database extends SQLite3
105
{

assets/php/speakerRegistration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
error_reporting(0);
23
# Database Connection
34
class database extends SQLite3
45
{

0 commit comments

Comments
 (0)