Add workaround for duplicate constants warning

This commit is contained in:
DariusIII
2016-07-14 08:43:13 +02:00
parent 5e54f67b06
commit eee2504359
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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);