Root/
1 2 3 4 5 6 7 8 9 | <?php # Configuration for PlotIP. Both the load_GLC.sh and the PHP # scripts will read this file. $host = "localhost" ; $db = "plotip" ; $user = "" ; $pass = "" ; // key is no longer needed - https://productforums.google.com/forum/#!topic/maps/udms5blT7nY ?> |