Failed to extract signature
3 changed files with
2 additions and
7 deletions
-
README.md
-
composer.json
-
lib/config.template.php
|
|
@ -1,10 +1,10 @@ |
|
|
|
# Atlas |
|
|
|
|
|
|
|
http://atlas.p3k.io/ |
|
|
|
https://atlas.p3k.io/ |
|
|
|
|
|
|
|
|
|
|
|
## License |
|
|
|
|
|
|
|
Available under the Apache 2.0 license. See [[LICENSE]]. |
|
|
|
|
|
|
|
Copyright 2015-2017 by Aaron Parecki. |
|
|
|
Copyright 2015-2022 by Aaron Parecki. |
|
|
@ -16,7 +16,6 @@ |
|
|
|
"p3k\\": "p3k/" |
|
|
|
}, |
|
|
|
"files": [ |
|
|
|
"lib/config.php", |
|
|
|
"lib/helpers.php", |
|
|
|
"p3k/geo/WebMercator.php", |
|
|
|
"p3k/geo/StaticMap.php" |
|
|
|
|
|
@ -1,4 +0,0 @@ |
|
|
|
<?php |
|
|
|
class Config { |
|
|
|
public static $wundergroundAPIKey = ''; |
|
|
|
} |