XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
mimetypes.inc.php
Go to the documentation of this file.
1 <?php
18 defined('XOOPS_ROOT_PATH') or die('Restricted access');
19 
20 $GLOBALS['xoopsLogger']->addDeprecated("'/class/mimetypes.inc.php' is deprecated, use '/include/mimetypes.inc.php' directly.");
21 
22 return include XOOPS_ROOT_PATH . '/include/mimetypes.inc.php';
23 ?>