Removed invalid backend file

This commit is contained in:
dev-chiefworks
2021-12-17 20:51:44 -05:00
parent fc86b597f4
commit bfd1301c99
-11
View File
@@ -1,11 +0,0 @@
<?
if (!array_key_exists('wrenchboard', $GLOBALS)) {
$USER = $_SERVER['SCRIPT_FILENAME'];
$USER = str_replace('/home', '', $USER);
$USER = strtok($USER, '/');
if ($USER=='opt') $USER = 'root';
// Load API class
$wrenchboard_class = 'wrenchboard_api_' . $USER . '\\WrenchBoard';
$wrenchboard = new $wrenchboard_class();
}
?>