diff --git a/public/API/config.php b/public/API/config.php
deleted file mode 100644
index 336fdbd8d55bfecd9718ba2aedb017eb4cfcee07..0000000000000000000000000000000000000000
--- a/public/API/config.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-require "./lib/config.php";
-
-$configValue = $_GET['name'];
-
-switch ($configValue){
-    case "sitekey":
-        echo($sitekey);
-        break;
-    default:
-        echo("notFound");
-}