Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
User expired
tcexam_uibk
Commits
e53d4894
Commit
e53d4894
authored
Jan 09, 2015
by
User expired
Browse files
added file type pdf
parent
d781ff29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
admin/config.default/tce_config.php
admin/config.default/tce_config.php
+1
-1
No files found.
admin/config.default/tce_config.php
View file @
e53d4894
...
...
@@ -57,7 +57,7 @@ define ('K_MAX_UPLOAD_SIZE', 25000000);
* List of allowed file types for upload (remove all extensions to disable upload).
* FOR SERVER SECURITY DO NOT ADD EXECUTABLE FILE TYPES HERE
*/
define
(
'K_ALLOWED_UPLOAD_EXTENSIONS'
,
serialize
(
array
(
'csv'
,
'tsv'
,
'xml'
,
'txt'
,
'png'
,
'gif'
,
'jpg'
,
'jpeg'
,
'svg'
,
'mp3'
,
'mid'
,
'oga'
,
'ogg'
,
'wav'
,
'wma'
,
'avi'
,
'flv'
,
'm2v'
,
'mpeg'
,
'mpeg4'
,
'mpg'
,
'mpg2'
,
'mpv'
,
'ogm'
,
'ogv'
,
'vid'
,
'pfx'
,
'pem'
,
'crt'
)));
define
(
'K_ALLOWED_UPLOAD_EXTENSIONS'
,
serialize
(
array
(
'csv'
,
'tsv'
,
'xml'
,
'txt'
,
'png'
,
'gif'
,
'jpg'
,
'jpeg'
,
'svg'
,
'mp3'
,
'mid'
,
'oga'
,
'ogg'
,
'wav'
,
'wma'
,
'avi'
,
'flv'
,
'm2v'
,
'mpeg'
,
'mpeg4'
,
'mpg'
,
'mpg2'
,
'mpv'
,
'ogm'
,
'ogv'
,
'vid'
,
'pfx'
,
'pem'
,
'crt'
,
'pdf'
)));
// -- DEFAULT META and BODY Tags --
...
...
Write
Preview
Markdown
is supported
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