Issue #96 Authentication fields for website/services
- Installer.php - Fixed install methodpull/296/head
parent
340660da4b
commit
36b5229fcd
|
@ -146,7 +146,7 @@ class Installer {
|
||||||
('sms_from', '1234567890'),
|
('sms_from', '1234567890'),
|
||||||
('pushover_status', '0'),
|
('pushover_status', '0'),
|
||||||
('pushover_api_token', ''),
|
('pushover_api_token', ''),
|
||||||
('password_encrypt_key', " . sha1(microtime()) . "),
|
('password_encrypt_key', '" . sha1(microtime()) . "'),
|
||||||
('alert_type', 'status'),
|
('alert_type', 'status'),
|
||||||
('log_status', '1'),
|
('log_status', '1'),
|
||||||
('log_email', '1'),
|
('log_email', '1'),
|
||||||
|
|
Loading…
Reference in New Issue