Home
last modified time | relevance | path

Searched refs:mimes_local (Results 1 – 1 of 1) sorted by relevance

/plugin/fckg/fckeditor/
H A Dextensions.php3 $mimes_local = realpath(dirname(__FILE__).'/../../../../').'/conf/mime.local.conf'; variable
9 $mimes_local = DOKU_CONF .'mime.local.conf'; variable
14 if(file_exists($mimes_local))
16 $out_local = @file($mimes_local,FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);