Commit d205b49d authored by Nico Schallehn's avatar Nico Schallehn

test

parent 7bc8b8eb
......@@ -10,7 +10,7 @@ class MediaDBViewerAPI{
function __construct($KEY) {
if(isset($KEY) AND strlen($KEY) == 10){
$API_KEY = $KEY;
$ret = true;
$ret = false;
}
else {
$ret = false;
......
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