6 lines
121 B
PHP
6 lines
121 B
PHP
<?php
|
|
// Main configuration file
|
|
|
|
// OpenWeatherMap API Key
|
|
define('OWM_API_KEY', '1dfc5acd07d74b93a2ebdcccf3181cab');
|
|
?>
|