diff options
author | cos <cos> | 2021-05-01 18:52:26 +0200 |
---|---|---|
committer | cos <cos> | 2021-05-01 19:22:27 +0200 |
commit | e9f849f120f790c1233d5112bf7a105a11b60b53 (patch) | |
tree | 3a4d05735d481017712a9eacb9aafa2307d5e555 /index.php | |
parent | 98bb58cfe505885d773d31c71efc5fc7e6eececb (diff) | |
download | RunnerUpLive-e9f849f120f790c1233d5112bf7a105a11b60b53.zip |
Changes found while decommissioning gce serverwip/gce_changes
Likely these were needed for running on that Google Cloud Engine
instance, but I can't neither remember nor be bothered at looking into
it now.
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,5 @@ <?php +error_reporting(0); /* phpTrackme * * Copyright(C) 2013 Bartek Fabiszewski (www.fabiszewski.net) @@ -154,7 +155,8 @@ if ($mapapi == "gmaps") { } else { print -' <script type="text/javascript" src="http://openlayers.org/api/OpenLayers.js"></script> +' <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script> + <script type="text/javascript" src="https://openlayers.org/api/OpenLayers.js"></script> <script type="text/javascript" src="api_openlayers.js"></script> '; } |