| commit | c23a75098bead07972a454907dc400056f77fccf | [log] [tgz] |
|---|---|---|
| author | Roland Grunberg <rgrunber@redhat.com> | Thu Oct 13 16:19:13 2016 -0400 |
| committer | Roland Grunberg <rgrunber@redhat.com> | Thu Oct 13 16:19:13 2016 -0400 |
| tree | 48ca45046b6566e07bddbd50a2842c43344fddb4 | |
| parent | fd3de88ba2b56da7dd99e5cfc8ef8b49bef349bd [diff] |
Disable error reporting.
diff --git a/scripts/iplog.php b/scripts/iplog.php index e55fcff..521e289 100644 --- a/scripts/iplog.php +++ b/scripts/iplog.php
@@ -1,8 +1,7 @@ <?php -ini_set("display_errors", "1"); -ini_set("display_startup_errors", "1"); -error_reporting (E_ALL); +//ini_set("display_errors", "1"); +//error_reporting (E_ALL); $serverName = $_SERVER["SERVER_NAME"]; if ("download.eclipse.org" === $serverName) { include "dlconfigOnDownloads.php";