simple-machines-forum/Sources/Unicode/index.php

9 lines
217 B
PHP
Raw Normal View History

2024-07-22 14:45:07 +00:00
<?php
// Try to handle it with the upper level index.php. (it should know what to do.)
if (file_exists(dirname(dirname(__FILE__)) . '/index.php'))
include (dirname(dirname(__FILE__)) . '/index.php');
else
exit;
?>