Browse Source

remove unused config file

main
Aaron Parecki 1 year ago
parent
commit
2b72061c4f
Failed to extract signature
3 changed files with 2 additions and 7 deletions
  1. +2
    -2
      README.md
  2. +0
    -1
      composer.json
  3. +0
    -4
      lib/config.template.php

+ 2
- 2
README.md View File

@ -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.

+ 0
- 1
composer.json View File

@ -16,7 +16,6 @@
"p3k\\": "p3k/"
},
"files": [
"lib/config.php",
"lib/helpers.php",
"p3k/geo/WebMercator.php",
"p3k/geo/StaticMap.php"

+ 0
- 4
lib/config.template.php View File

@ -1,4 +0,0 @@
<?php
class Config {
public static $wundergroundAPIKey = '';
}

Loading…
Cancel
Save