From 59dea265c7ab1d48ef564fa8ce5084fb4290ae31 Mon Sep 17 00:00:00 2001 From: Guillermo Dev Date: Tue, 9 Oct 2018 00:24:55 +0200 Subject: [PATCH] move index to new public_html dir --- index.php | 8 -------- public_html/index.php | 5 +++++ 2 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 index.php create mode 100644 public_html/index.php diff --git a/index.php b/index.php deleted file mode 100644 index 1158010..0000000 --- a/index.php +++ /dev/null @@ -1,8 +0,0 @@ -Run(); diff --git a/public_html/index.php b/public_html/index.php new file mode 100644 index 0000000..9e28e55 --- /dev/null +++ b/public_html/index.php @@ -0,0 +1,5 @@ +Run();