Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
3ce69f01
Commit
3ce69f01
authored
9 years ago
by
Florian Azizian
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #3202 add thumbnails, remove oais and offline
parent
7995cf1e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/trunk/install/class/Class_Install.php
+2
-15
2 additions, 15 deletions
core/trunk/install/class/Class_Install.php
with
2 additions
and
15 deletions
core/trunk/install/class/Class_Install.php
+
2
−
15
View file @
3ce69f01
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment