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
mahara
mahara
Commits
780335b5
Commit
780335b5
authored
May 18, 2007
by
Nigel McNie
Committed by
Nigel McNie
May 18, 2007
Browse files
Allow some mp3's that are detected as audio/mpeg
parent
878d2f44
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/file/filetypes.xml
View file @
780335b5
...
...
@@ -180,6 +180,7 @@
<enabled>
1
</enabled>
<mimetypes>
<mimetype>
audio/mp3
</mimetype>
<mimetype>
audio/mpeg
</mimetype>
</mimetypes>
</filetype>
<filetype>
...
...
htdocs/artefact/file/version.php
View file @
780335b5
...
...
@@ -27,7 +27,7 @@
defined
(
'INTERNAL'
)
||
die
();
$config
=
new
StdClass
;
$config
->
version
=
20070
425
00
;
$config
->
release
=
'0.3.
1
'
;
$config
->
version
=
20070
518
00
;
$config
->
release
=
'0.3.
2
'
;
?>
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