mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Update required settings version to 8
This commit is contained in:
@@ -99,7 +99,7 @@ class Configure
|
||||
if (is_file($settings_file)) {
|
||||
require_once $settings_file;
|
||||
if (PHP_SAPI === 'cli') {
|
||||
$current_settings_file_version = 7; // Update this when updating settings.example.php
|
||||
$current_settings_file_version = 8; // Update this when updating settings.example.php
|
||||
if (! \defined('NN_SETTINGS_FILE_VERSION') ||
|
||||
NN_SETTINGS_FILE_VERSION !== $current_settings_file_version
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user