From 2b84821410cdebf132ba3b726b301a095d16b452 Mon Sep 17 00:00:00 2001 From: Manuel Schmalstieg Date: Fri, 8 Jan 2021 01:21:18 +0100 Subject: [PATCH] moving content to index-root --- francisco-meirino-la-plainte/index-redirect.php | 10 ---------- index.php | 2 +- mika-vainio-last-live/{index.php => index-root.php} | 0 3 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 francisco-meirino-la-plainte/index-redirect.php rename mika-vainio-last-live/{index.php => index-root.php} (100%) diff --git a/francisco-meirino-la-plainte/index-redirect.php b/francisco-meirino-la-plainte/index-redirect.php deleted file mode 100644 index e9a60d9..0000000 --- a/francisco-meirino-la-plainte/index-redirect.php +++ /dev/null @@ -1,10 +0,0 @@ - \ No newline at end of file diff --git a/index.php b/index.php index 925c43f..7fb3ec0 100644 --- a/index.php +++ b/index.php @@ -3,6 +3,6 @@ // header("Location: http://label-cave12:8888/"); // header('Location: /'); // include('francisco-meirino-la-plainte/index-root.php'); - include('uruk/index-root.php'); + include('mika-vainio-last-live/index-root.php'); ?> \ No newline at end of file diff --git a/mika-vainio-last-live/index.php b/mika-vainio-last-live/index-root.php similarity index 100% rename from mika-vainio-last-live/index.php rename to mika-vainio-last-live/index-root.php