Commit 6c36c48d authored by Nico Schallehn's avatar Nico Schallehn

fehlerausgabe nur bei &Pretty

parent d50c998b
......@@ -11,9 +11,13 @@
define(API_KEY_LEN, 10);
define(API_VERSION, 0.02);
define(API_KEY_DB, "Key.sqlite");
error_reporting(0);
class MediaDBViewerAPI{
if (!isset($_GET['Pretty'])) {
error_reporting(0);
}
class MediaDBAPI{
private $API_KEY;
private $API_Rechte;
private $DB_Server;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment