havok89 / Hoosk

Hoosk Codeigniter CMS
http://hoosk.org
Other
128 stars 87 forks source link

Upload Site Logo with SVG files #13

Closed WolfCodeRo closed 7 years ago

WolfCodeRo commented 7 years ago

Hello,

How can I upload Site Logo with SVG files in Dashboard?

Than you!

havok89 commented 7 years ago

Just now the only allowed filetypes are jpg, png and gif.

you can change this by altering the highlighted line here: https://github.com/havok89/Hoosk/blob/master/hoosk/hoosk0/controllers/admin/Admin.php#L141

you can try changing 'gif|jpg|png' to 'gif|jpg|png|svg' or if that fails to work just allow all file types by changing it to '*'.