summaryrefslogtreecommitdiffstats
path: root/usr/local/bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/bin')
-rwxr-xr-xusr/local/bin/3gstats.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/bin/3gstats.php b/usr/local/bin/3gstats.php
index 3140c4b..05c18c9 100755
--- a/usr/local/bin/3gstats.php
+++ b/usr/local/bin/3gstats.php
@@ -1,6 +1,8 @@
#!/usr/local/bin/php -f
<?php
+ini_set("max_execution_time", "0");
+
if(empty($argv[1])) {
echo "No modem device given \n";
exit(0);
OpenPOWER on IntegriCloud