From 18e6ef7be6837542028598bd574360bab2d603a2 Mon Sep 17 00:00:00 2001 From: Hiroaki Ogino Date: Wed, 26 Jun 2013 05:38:41 +0900 Subject: [PATCH 1/2] insert my thinking into README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7806de..a4d1e42 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ # Local server directory listing -Just a script to "beautify" your local server. +Just a script to "beautify" your local server +and support to admin your project. ##Installation to install drop index.php to the root of your local server. @@ -10,4 +11,4 @@ you'll also need the [Ubuntu Condensed](http://font.ubuntu.com/) font. ##Disclaimer i don't recommend using this on your web server as it is vulnerable to attacks. this is intended for local use only. -browser support was not a concern while writing this so it'll only work in modern browsers. \ No newline at end of file +browser support was not a concern while writing this so it'll only work in modern browsers. From 947762258f177f9c854808d8122251fe111f5095 Mon Sep 17 00:00:00 2001 From: Hiroaki Ogino Date: Wed, 26 Jun 2013 05:45:40 +0900 Subject: [PATCH 2/2] correct defining $dirArray PHP IDE tell me syntax error about defining $definingArray. So I changed "$dirArray = [];" to "$dirArray = array()" --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 54650d6..72bedae 100755 --- a/index.php +++ b/index.php @@ -88,7 +88,7 @@