Skip to content

Commit

Permalink
What a day!
Browse files Browse the repository at this point in the history
  • Loading branch information
syauqizaidan authored and syauqizaidan committed Apr 15, 2020
1 parent 9f59d1b commit 10355bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public function tambah_materi()
$upload_video = $_FILES['video'];

if ($upload_video) {
$config['allowed_types'] = 'mp4|mkv';
$config['allowed_types'] = 'mp4|mkv|mov';
$config['max_size'] = '0';
$config['upload_path'] = './assets/materi_video';

Expand Down
Binary file added assets/materi_video/Learnify.mp4
Binary file not shown.

0 comments on commit 10355bf

Please sign in to comment.