mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add workaround for duplicate constants warning
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2016-07-14 DariusIII
|
||||
* Chg: Add workaround for duplicate constants warning
|
||||
* Chg: Create gitignore for new configuration folder
|
||||
2016-07-13 DariusIII
|
||||
* Chg: Use searchname and not animeTitle in viewanime.tpl's
|
||||
|
||||
@@ -88,7 +88,7 @@ class Configure
|
||||
}
|
||||
unset($current_settings_file_version);
|
||||
}
|
||||
} else {
|
||||
} else if (!defined('ITEMS_PER_PAGE')) {
|
||||
define('ITEMS_PER_PAGE', '50');
|
||||
define('ITEMS_PER_COVER_PAGE', '20');
|
||||
define('NN_ECHOCLI', true);
|
||||
|
||||
Reference in New Issue
Block a user