website_jukni/forum/Themes/index.php
2017-12-29 15:51:59 +01:00

9 lines
No EOL
225 B
PHP
Executable file

<?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;
?>