diff --git a/workflow/public_html/.htaccess b/workflow/public_html/.htaccess
deleted file mode 100644
index 55063eec0..000000000
--- a/workflow/public_html/.htaccess
+++ /dev/null
@@ -1,9 +0,0 @@
-
- Order Allow,Deny
- Deny from all
-
-
-
- Order Allow,Deny
- Allow from All
-
diff --git a/workflow/public_html/app.php b/workflow/public_html/app.php
index 6f6b3d431..db2bef174 100644
--- a/workflow/public_html/app.php
+++ b/workflow/public_html/app.php
@@ -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:
diff --git a/workflow/public_html/gmail.php b/workflow/public_html/gmail.php
deleted file mode 100644
index cf866017d..000000000
--- a/workflow/public_html/gmail.php
+++ /dev/null
@@ -1,10 +0,0 @@
-";
- echo "window.close()";
- echo "";
- exit;
-}
\ No newline at end of file