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:
martin 2011-09-07 18:12:46 -04:00
parent a20bdb941c
commit b2db168a10
2 changed files with 0 additions and 1 deletions

0
utils/airtime-user.php Executable file → Normal file
View File

1
utils/phone_home_stat.php Executable file → Normal file
View File

@ -1,4 +1,3 @@
#!/usr/bin/env php
<?php
$values = parse_ini_file('/etc/airtime/airtime.conf', true);