remove config api endpoint
This commit is contained in:
parent
7bd24503fe
commit
e513b96497
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
<?php
|
||||
require "./lib/config.php";
|
||||
|
||||
$configValue = $_GET['name'];
|
||||
|
||||
switch ($configValue){
|
||||
case "sitekey":
|
||||
echo($sitekey);
|
||||
break;
|
||||
default:
|
||||
echo("notFound");
|
||||
}
|
Loading…
Reference in a new issue