Added QSL-Received-Button

This commit is contained in:
Kim Huebel
2019-06-15 20:20:20 +02:00
parent fad58f6bff
commit 42c24dc402
4 changed files with 41 additions and 1 deletions

View File

@@ -54,7 +54,8 @@
* NOTE: If you change these, also change the error_reporting() code below
*/
#define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');
define('ENVIRONMENT', 'development');
# define('ENVIRONMENT', 'development');
define('ENVIRONMENT', 'production');
/*
*---------------------------------------------------------------