|
@@ -6,7 +6,8 @@ date_default_timezone_set("Australia/Hobart");
|
|
|
|
|
|
|
|
//error_reporting(E_ERROR | E_PARSE);
|
|
//error_reporting(E_ERROR | E_PARSE);
|
|
|
error_reporting(E_ALL);
|
|
error_reporting(E_ALL);
|
|
|
-ini_set('display_errors', 1);
|
|
|
|
|
|
|
+ini_set('display_errors', '0');
|
|
|
|
|
+ini_set('log_errors', '1');
|
|
|
|
|
|
|
|
require_once 'connection.php';
|
|
require_once 'connection.php';
|
|
|
include_once "vendor/autoload.php";
|
|
include_once "vendor/autoload.php";
|