disabled developermode and debugging by default
This commit is contained in:
parent
863b86252c
commit
0e352b6945
2 changed files with 7 additions and 4 deletions
|
@ -64,9 +64,9 @@ $config['db']['dbname'] = 'volkszaehler';
|
|||
//$config['db']['path'] = 'volkszaehler';
|
||||
|
||||
/** @var boolean disables some optimizations. Only use it when you exactly know what you are doing. */
|
||||
$config['devmode'] = TRUE;
|
||||
$config['devmode'] = FALSE;
|
||||
|
||||
/** @var integer set to > 0 to show debugging messages */
|
||||
$config['debug'] = 5;
|
||||
$config['debug'] = 0;
|
||||
|
||||
?>
|
||||
|
|
|
@ -34,7 +34,6 @@ tbody tr td {
|
|||
}
|
||||
|
||||
#plot {
|
||||
width: 800px;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
|
@ -120,4 +119,8 @@ tbody tr td {
|
|||
|
||||
.ops {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
.loading {
|
||||
/* TODO center */
|
||||
}
|
Loading…
Add table
Reference in a new issue