From 46bc6e545a17e77202aaf01ec0cd8d5a46567525 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 25 Aug 2015 08:08:24 -0300 Subject: Move main pfSense content to src/ --- usr/local/sbin/show_filter_reload_status.php | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 usr/local/sbin/show_filter_reload_status.php (limited to 'usr/local/sbin/show_filter_reload_status.php') diff --git a/usr/local/sbin/show_filter_reload_status.php b/usr/local/sbin/show_filter_reload_status.php deleted file mode 100755 index e66c890..0000000 --- a/usr/local/sbin/show_filter_reload_status.php +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/local/bin/php-cgi -q - "") { - echo $status . "\n"; - } - sleep(1); -} - -function get_status() { - global $last_text; - $status = file_get_contents("/var/run/filter_reload_status"); - $status = str_replace("...", "", $status); - $status .= "..."; - if ($status <> $last_text) { - $last_text = $status; - return $status; - } - return ""; -} - -?> -- cgit v1.1