php not php7.0

This commit is contained in:
Jeremy Kauffman 2018-03-06 09:25:06 -05:00
parent 18d348b651
commit 6c1e0e2ccf

2
dev.sh
View file

@ -7,4 +7,4 @@ if [ ! -e "data/config.php" ]; then
cp "$DIR/data/config.php.example" "$DIR/data/config.php"
fi
php7.0 --server localhost:8000 --docroot "$DIR/web" "$DIR/web/index.php"
php --server localhost:8000 --docroot "$DIR/web" "$DIR/web/index.php"