Removed warning message about not-bundled PHP

This commit is contained in:
Shoghi Cervantes 2014-03-08 03:28:00 +01:00
parent 801e924783
commit ababc879b5

View File

@ -4,6 +4,5 @@ cd "$DIR"
if [ -f ./bin/php5/bin/php ]; then
exec ./bin/php5/bin/php -d enable_dl=On PocketMine-MP.php $@
else
echo "[WARNING] You are not using the standalone PocketMine-MP PHP binary."
exec php -d enable_dl=On PocketMine-MP.php $@
fi