summaryrefslogtreecommitdiff
path: root/root
diff options
context:
space:
mode:
authors1n <[email protected]>2020-03-28 10:31:08 -0700
committers1n <[email protected]>2020-03-28 10:31:08 -0700
commit6b81836e6b9815a2996a55ad37dcaa4d89f99e42 (patch)
tree74bb9aa78ca31a6acfffd908e34dfb0df433c707 /root
parentCreate .gitignore (diff)
downloadcyne.cf-backup-master.tar.xz
cyne.cf-backup-master.zip
3/28/2020, 10:30HEADmaster
Diffstat (limited to 'root')
-rw-r--r--root/.htaccess4
-rw-r--r--root/root.php3
2 files changed, 7 insertions, 0 deletions
diff --git a/root/.htaccess b/root/.htaccess
new file mode 100644
index 0000000..0762e39
--- /dev/null
+++ b/root/.htaccess
@@ -0,0 +1,4 @@
+AuthUserFile /home/vol9_2/epizy.com/epiz_25275270/htdocs/assets/users/.htpasswdmufxo45v5tz7bAWr
+AuthType Basic
+AuthName "My restricted Area"
+Require valid-user \ No newline at end of file
diff --git a/root/root.php b/root/root.php
new file mode 100644
index 0000000..bd06cbd
--- /dev/null
+++ b/root/root.php
@@ -0,0 +1,3 @@
+<?php
+ echo $_SERVER['DOCUMENT_ROOT'];
+?> \ No newline at end of file