Set PHP interpreter to just php

This commit is contained in:
polyfloyd 2020-05-07 14:51:26 +02:00
parent 900f476712
commit 5e355569bb

View file

@ -1,4 +1,4 @@
#!/usr/bin/php5
#!/usr/bin/php
<?php
// Report all errors. Errors should never be ignored, it means that our