CC-2720: Should utils scripts have a shebang and/or be marked executable
-fixed. scripts should not be have exec bit set.
This commit is contained in:
parent
a20bdb941c
commit
b2db168a10
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env php
|
|
||||||
<?php
|
<?php
|
||||||
$values = parse_ini_file('/etc/airtime/airtime.conf', true);
|
$values = parse_ini_file('/etc/airtime/airtime.conf', true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue