diff --git a/core/trunk/install/class/Class_Install.php b/core/trunk/install/class/Class_Install.php index 3b015be3f0f9e87399bec37bfe82b762b1fb5e01..2c829186725c57e856f8cb17409f2c2fe3e89237 100755 --- a/core/trunk/install/class/Class_Install.php +++ b/core/trunk/install/class/Class_Install.php @@ -45,12 +45,10 @@ class Install extends functions private $lang = 'en'; private $docservers = array( - array('OFFLINE_1', 'offline'), array('FASTHD_AI', 'ai'), - array('OAIS_MAIN_1', 'OAIS_main'), - array('OAIS_SAFE_1', 'OAIS_safe'), array('FASTHD_MAN', 'manual'), array('TEMPLATES', 'templates'), + array('TNL', 'thumbnails_mlb'), ); function __construct() @@ -950,18 +948,7 @@ class Install extends functions } } } - //create thumbnails_mlb dir - if (!is_dir( - $docserverPath . DIRECTORY_SEPARATOR - . 'thumbnails_mlb') - ) { - if (!mkdir( - $docserverPath . DIRECTORY_SEPARATOR - . 'thumbnails_mlb') - ) { - return false; - } - } + //create indexes dir if (!is_dir( $docserverPath . DIRECTORY_SEPARATOR