Logbook options are now a cog dropdown to clean up the interface

This commit is contained in:
Peter Goodhall
2019-06-16 15:29:31 +01:00
parent b165bbfe8b
commit be6e47d0d5
6 changed files with 49 additions and 22 deletions

View File

@@ -55,7 +55,7 @@
*/
#define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');
# define('ENVIRONMENT', 'development');
define('ENVIRONMENT', 'production');
define('ENVIRONMENT', 'development');
/*
*---------------------------------------------------------------