mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Fix: function dol_mimetype() is in files.lib.php
This commit is contained in:
@@ -1524,6 +1524,8 @@ function img_allow($allow,$alt='default')
|
||||
*/
|
||||
function img_mime($file,$alt='')
|
||||
{
|
||||
require_once(DOL_DOCUMENT_ROOT.'/lib/files.lib.php');
|
||||
|
||||
$mimetype=dol_mimetype($file,'',1);
|
||||
$mimeimg=dol_mimetype($file,'',2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user