We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4884fd commit b8cff77Copy full SHA for b8cff77
bin/server.sh
@@ -7,7 +7,6 @@
7
## @copyright 2015 Kenji Suzuki
8
## @link https://github.com/kenjis/codeigniter-composer-installer
9
10
-cd `dirname $0`
11
-cd ..
+cd `dirname $0`/..
12
13
php -S 127.0.0.1:8000 -t public/ bin/router.php
0 commit comments