Update ajax_listports.php

Now checks if _GET['debug'] isset to avoid php warnings in logs
This commit is contained in:
laf
2013-12-08 10:52:18 +00:00
parent 5cce6fd773
commit c32a1973d1

View File

@@ -12,7 +12,7 @@
*
*/
if ($_GET['debug'])
if (isset($_GET['debug']))
{
ini_set('display_errors', 1);
ini_set('display_startup_errors', 0);