This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/includes/mamboxml.php

7 lines
165 B
PHP
Raw Permalink Normal View History

<?php // compatibility
// no direct access
defined( '_VALID_MOS' ) or die( 'Restricted access' );
require_once( dirname( __FILE__ ) . '/joomla.xml.php' );
?>