From 978e2145e6421b6fea462aa0608ce397e7ad194f Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 5 Apr 2012 07:45:38 +0100 Subject: [PATCH] File Manager Icon Options Added When you are logged in, in place of the login box there are now icons These icons relate to tasks you can perform using key combos Functions already established for these, though on click calls mediating function Icons are mostly hidden by default, and light up/hide depending on functions available to you --- index.php | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index ce9a94f..c8cacc2 100644 --- a/index.php +++ b/index.php @@ -87,11 +87,25 @@ echo 'fullPath = "'.$docRoot.'";'.PHP_EOL;