Skip to content

Commit a778fda

Browse files
committed
so stupid...
1 parent e41f8d7 commit a778fda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dir_listing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
//PATH
3232

3333
$path = $_SERVER['REQUEST_URI'];
34-
$doc_root = $_SERVER['DOCUMENT_ROOT']
34+
$doc_root = $_SERVER['DOCUMENT_ROOT'];
3535
//remove last '/' from doc_root if exist
3636
if($doc_root[strlen($doc_root)-1]=='/')
3737
$doc_root = substr($doc_root,0,strlen($doc_root)-1);

0 commit comments

Comments
 (0)