Merge branch 'upstream' of https://github.com/Laupe/phpservermon into Laupe-upstream

pull/295/head
Samuel Denis-D'Ortun 2016-05-21 12:16:27 -04:00
commit 736b713a70
1 changed files with 1 additions and 1 deletions

View File

@ -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'),