= $maxRequests) { $_SESSION['voucher_create_times'] = $timestamps; return true; } $timestamps[] = $now; $_SESSION['voucher_create_times'] = $timestamps; return false; } $appTitle = $db->getSetting('app_title', 'UniFi Voucher System'); $logoUrl = $db->getSetting('logo_url', ''); $instructionHeader = $db->getSetting('instruction_header', ''); $instructionText = $db->getSetting('instruction_text', ''); $publicAccess = $db->getSetting('public_access', 0); $smtpEnabled = $db->getSetting('smtp_enabled', '0') === '1'; $printTemplate = $db->getSetting('print_template', '
Gültig bis: {EXPIRY_DATE} {EXPIRY_TIME}
Standort: {SITE_NAME}
Maximale Geräte: {MAX_USES}
| # | = __('label_code') ?> | = __('label_site') ?> | = __('label_expires') ?> |
|---|---|---|---|
| = $i + 1 ?> |
= htmlspecialchars($bv['code']) ?>
|
= htmlspecialchars($bv['site_name']) ?> | = $bv['expiry_date'] ?> = $bv['expiry_time'] ?> |
Code anklicken zum Kopieren
= __('voucher_no_sites') ?>
isAdmin()): ?>
= __('voucher_no_sites_admin') ?>
= __('voucher_no_sites_user') ?>