Commit 95c5de02c85aac0e37a8dbdb2729a022bead888b

Authored by Edmar Moretti
1 parent 863b09cf

--no commit message

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
pacotes/kmlmapserver/kmlservice.php
... ... @@ -23,7 +23,7 @@ This file is part of KMLMAPSERVER.
23 23 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 24  
25 25 */
26   -
  26 +error_reporting(0);
27 27 set_time_limit(0);
28 28 include 'classes/kmlserver.class.php';
29 29 $server = new KmlServer();
... ...