From 2f03018879fe042709bbaf849fc5a27d98cdda96 Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Fri, 6 Dec 2019 01:51:47 +0100 Subject: [PATCH 1/2] revoke php --- php/database.php | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 php/database.php diff --git a/php/database.php b/php/database.php deleted file mode 100755 index 8c630d3..0000000 --- a/php/database.php +++ /dev/null @@ -1,7 +0,0 @@ - From affc257acf6c6aa106ec0e8f41cc36a3658fe1f8 Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Fri, 6 Dec 2019 01:52:11 +0100 Subject: [PATCH 2/2] add .htacess to rewriote 404 cond --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..cf1e045 --- /dev/null +++ b/.htaccess @@ -0,0 +1,2 @@ +ErrorDocument 404 /404.html +