remove unused files from public_html
This commit is contained in:
@@ -50,9 +50,10 @@ try {
|
||||
$app->run(WebApplication::SERVICE_OAUTH2);
|
||||
break;
|
||||
|
||||
case WebApplication::RUNNING_INDEX:
|
||||
$response = new Response(file_get_contents("index.html"), 302);
|
||||
$response->send();
|
||||
// todo: remove in next iterations
|
||||
//case WebApplication::RUNNING_INDEX:
|
||||
// $response = new Response(file_get_contents("index.html"), 302);
|
||||
// $response->send();
|
||||
break;
|
||||
|
||||
case WebApplication::RUNNING_DEFAULT:
|
||||
|
||||
Reference in New Issue
Block a user