...
Linux - /usr/local/open-audit/code_igniter/application/models/m_systems.php
NOT FIXED - Maps API Key (2017-06-08)
Depending on the number of uses, Google Maps API can restrict use. To work around this you must use an API key. We have generated a key for Open-AudIT. To use it, edit the file:
Windows - c:\omk\templates\oae\map.html.ep
Linux - /usr/local/omk/templates/oae/map.html.ep
Find the below line
Code Block |
---|
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script> |
and replace it with the below line
Code Block |
---|
<script src="//maps.google.com/maps/api/js?key=AIzaSyAhAUqssRASeC0Pfyx1TW1DXRmboG5bdG0"></script> |