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

add config api endpoint

parent 4b4d6680
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