summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.default.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 0b268c12..a832c8aa 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -47,10 +47,10 @@ $shift_sum_formula = "SUM(
))*(`Shifts`.`end` - `Shifts`.`start`)*(1 - 3 * `ShiftEntry`.`freeloaded`)
)";
-// voucher calculation
+// voucher calculation
$voucher_settings = [
- "initial_vouchers" => 2,
- "shifts_per_voucher" => 1
+ "initial_vouchers" => 2,
+ "shifts_per_voucher" => 1
];
// weigh every shift the same
@@ -66,4 +66,3 @@ $config = [
'pw' => "",
'db' => "engelsystem"
];
-?>