Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pablo Rauzy
cigala
Commits
038719a8
Commit
038719a8
authored
Jul 25, 2020
by
Pablo Rauzy
Browse files
allow mp4 and webm files
parent
1f632e8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
root/cigala.php
View file @
038719a8
...
...
@@ -18,7 +18,7 @@
$sucfg
=
array
(
'admin'
=>
'cigala'
,
'password'
=>
sha1
(
sha1
(
'passwd'
)
.
'cigala'
),
'singleuser'
=>
true
,
'multidomain'
=>
false
,
'home'
=>
'./'
,
'fileext'
=>
array
(
'css'
,
'pdf'
,
'zip'
,
'tgz'
,
'js'
,
'png'
,
'gif'
,
'jpg'
,
'svg'
));
'fileext'
=>
array
(
'css'
,
'pdf'
,
'zip'
,
'tgz'
,
'js'
,
'png'
,
'gif'
,
'jpg'
,
'svg'
,
'webm'
,
'mp4'
));
$cfg
=
@
include
'config.php'
;
$config
=
array_merge
(
$sucfg
,
(
is_array
(
$cfg
))
?
$cfg
:
array
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment