mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
8 lines
481 B
SQL
Executable File
8 lines
481 B
SQL
Executable File
# Add missing setting for settings table.
|
|
|
|
INSERT IGNORE INTO settings (section, subsection, name, value, hint, setting) VALUES ('site', 'main', 'loggingopt', '0', "Where you would like to log failed logins to the site.", 'loggingopt');
|
|
|
|
INSERT IGNORE INTO settings (section, subsection, name, value, hint, setting) VALUES ('site', 'main', 'logfile', '/var/www/nntmux/resources/logs/failed-login.log', "Location of log file (MUST be set if logging to file is set).", 'logfile');
|
|
|
|
|