Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
96641035d8
@ -7,5 +7,7 @@ else
|
||||
fi
|
||||
|
||||
for FILE in $FILES ; do
|
||||
php -l $FILE
|
||||
if [ -f $FILE ] ; then
|
||||
php -l $FILE
|
||||
fi
|
||||
done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user