diff --git a/README.md b/README.md index 4d3480d..802810e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Installation: - just clone the repo into your vhost root directory (**not the document root**) ``` - composer create-project dralbert/php-admin-tk /var/www/your-admin-vhost [--ignore-platform-reqs] + composer create-project [--ignore-platform-reqs] dralbert/php-admin-tk /var/www/your-admin-vhost ``` # License diff --git a/httpdocs/favicon.ico b/httpdocs/favicon.ico new file mode 100644 index 0000000..71e0f99 Binary files /dev/null and b/httpdocs/favicon.ico differ diff --git a/httpdocs/index.php b/httpdocs/index.php index 5b4f66d..eb5536c 100755 --- a/httpdocs/index.php +++ b/httpdocs/index.php @@ -19,6 +19,8 @@ function ($dir) {
+ +