From 2b744d1d50383d698e198aa5e8f65b95c7399c25 Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Tue, 24 Sep 2013 11:27:22 -0300 Subject: squid3-dev - supress php warnings on squid captive portal auth helper --- config/squid3/33/check_ip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/squid3/33') diff --git a/config/squid3/33/check_ip.php b/config/squid3/33/check_ip.php index b8f64256..6c65ff3f 100644 --- a/config/squid3/33/check_ip.php +++ b/config/squid3/33/check_ip.php @@ -27,7 +27,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - +error_reporting(0); // stdin loop if (! defined(STDIN)) { define("STDIN", fopen("php://stdin", "r")); -- cgit v1.2.3