From 3ce69f0176faf174c7e65e90b3d9d045bab552dc Mon Sep 17 00:00:00 2001 From: Florian Azizian <florian.azizian@maarch.org> Date: Fri, 11 Dec 2015 14:29:11 +0000 Subject: [PATCH] FEAT #3202 add thumbnails, remove oais and offline --- core/trunk/install/class/Class_Install.php | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/core/trunk/install/class/Class_Install.php b/core/trunk/install/class/Class_Install.php index 3b015be3f0f..2c829186725 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 -- GitLab