Skip to content
Snippets Groups Projects
Commit e513b964 authored by Jonas Leder's avatar Jonas Leder
Browse files

remove config api endpoint

parent 7bd24503
No related branches found
No related tags found
No related merge requests found
<?php
require "./lib/config.php";
$configValue = $_GET['name'];
switch ($configValue){
case "sitekey":
echo($sitekey);
break;
default:
echo("notFound");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment