XoopsModules25x/xoopsinfo

View on GitHub
modules/xoopsinfo/dev-package/admin/mymimetypes.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

/**
 * XOOPS - PHP Content Management System
 * Copyright (c) 2001 - 2006 <http://www.xoops.org/>
 *
 * Module: MimeTypes 1.0
 * Licence : GPL
 * Authors :
 *            - DuGris (http://www.dugris.info)
 */
include_once('../../../mainfile.php');
include_once('../../../include/cp_header.php');
include_once('../../../include/functions.php');

xoops_cp_header();
include_once('mimetypes.php');
xoops_cp_footer();