Commit 95c5de02c85aac0e37a8dbdb2729a022bead888b
1 parent
863b09cf
Exists in
master
and in
7 other branches
--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,7 +23,7 @@ This file is part of KMLMAPSERVER. | ||
| 23 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 23 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 24 | 24 | ||
| 25 | */ | 25 | */ |
| 26 | - | 26 | +error_reporting(0); |
| 27 | set_time_limit(0); | 27 | set_time_limit(0); |
| 28 | include 'classes/kmlserver.class.php'; | 28 | include 'classes/kmlserver.class.php'; |
| 29 | $server = new KmlServer(); | 29 | $server = new KmlServer(); |