Skip to content
Snippets Groups Projects
Commit 3ce69f01 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #3202 add thumbnails, remove oais and offline

parent 7995cf1e
No related branches found
No related tags found
No related merge requests found
...@@ -45,12 +45,10 @@ class Install extends functions ...@@ -45,12 +45,10 @@ class Install extends functions
private $lang = 'en'; private $lang = 'en';
private $docservers = array( private $docservers = array(
array('OFFLINE_1', 'offline'),
array('FASTHD_AI', 'ai'), array('FASTHD_AI', 'ai'),
array('OAIS_MAIN_1', 'OAIS_main'),
array('OAIS_SAFE_1', 'OAIS_safe'),
array('FASTHD_MAN', 'manual'), array('FASTHD_MAN', 'manual'),
array('TEMPLATES', 'templates'), array('TEMPLATES', 'templates'),
array('TNL', 'thumbnails_mlb'),
); );
function __construct() function __construct()
...@@ -950,18 +948,7 @@ class Install extends functions ...@@ -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 //create indexes dir
if (!is_dir( if (!is_dir(
$docserverPath . DIRECTORY_SEPARATOR $docserverPath . DIRECTORY_SEPARATOR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment