- v1.0.0 build

This commit is contained in:
Exodus4D
2016-06-03 22:26:11 +02:00
parent 1e02027282
commit d0c584f14a
108 changed files with 229 additions and 40411 deletions

View File

@@ -211,7 +211,7 @@ class Setup extends Controller {
$environmentData[$var] = [
'label' => $var,
'value' => ((empty($value)) ? ' ' : $value),
'value' => ((empty($value) && !is_int($value)) ? ' ' : $value),
'check' => $check
];
}