We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41f8d7 commit a778fdaCopy full SHA for a778fda
1 file changed
dir_listing.php
@@ -31,7 +31,7 @@
31
//PATH
32
33
$path = $_SERVER['REQUEST_URI'];
34
- $doc_root = $_SERVER['DOCUMENT_ROOT']
+ $doc_root = $_SERVER['DOCUMENT_ROOT'];
35
//remove last '/' from doc_root if exist
36
if($doc_root[strlen($doc_root)-1]=='/')
37
$doc_root = substr($doc_root,0,strlen($doc_root)-1);
0 commit comments