From 8075b251a2adfe74cde083a0c6a3f783bef72b0a Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Sun, 5 Feb 2012 22:14:43 -0700 Subject: [PATCH] Added getListedPath() function and used it to set the page header --- index.php | 6 +++--- resources/DirectoryLister.php | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 5769a5b6d..d5d9df209 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,10 @@ + + - Directory listing of <DIRECTORY> + Directory listing of <?php echo $lister->getListedPath(); ?> @@ -17,8 +19,6 @@ - -