commit 01c033ca2e21ca29759c466c86a98c291f2747d6 parent 301b1936193874326ba0a361822bacc65dc3a198 Author: Overseer <overseer@mona.qualityreto.net> Date: Sat, 24 Feb 2018 01:11:49 -0600 Why was that even there? Diffstat:
ls.php | | | 8 | -------- |
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/ls.php b/ls.php @@ -1,8 +0,0 @@ -<?php - -$ls = scandir( "./" ); - -echo "<pre>", print_r( $ls ), "</pre>"; - -echo $_SERVER['DOCUMENT_ROOT']; -?>