diff options
Diffstat (limited to 'inc/poche/Poche.class.php')
-rwxr-xr-x | inc/poche/Poche.class.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index dcfdc167..66710ecb 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -101,7 +101,7 @@ class Poche | |||
101 | 101 | ||
102 | public function configFileIsAvailable() { | 102 | public function configFileIsAvailable() { |
103 | if (! self::$configFileAvailable) { | 103 | if (! self::$configFileAvailable) { |
104 | $this->notInstalledMessage[] = 'You have to rename inc/poche/config.inc.php.new to inc/poche/config.inc.php.'; | 104 | $this->notInstalledMessage[] = 'You have to copy (don\'t just rename!) inc/poche/config.inc.default.php to inc/poche/config.inc.php.'; |
105 | 105 | ||
106 | return false; | 106 | return false; |
107 | } | 107 | } |
@@ -834,13 +834,6 @@ class Poche | |||
834 | */ | 834 | */ |
835 | public function import() { | 835 | public function import() { |
836 | 836 | ||
837 | if (!defined('IMPORT_LIMIT')) { | ||
838 | define('IMPORT_LIMIT', 5); | ||
839 | } | ||
840 | if (!defined('IMPORT_DELAY')) { | ||
841 | define('IMPORT_DELAY', 5); | ||
842 | } | ||
843 | |||
844 | if ( isset($_FILES['file']) ) { | 837 | if ( isset($_FILES['file']) ) { |
845 | Tools::logm('Import stated: parsing file'); | 838 | Tools::logm('Import stated: parsing file'); |
846 | 839 | ||