Khaganat-theme-smf/khbb/index.php

9 lines
216 B
PHP
Raw Normal View History

2023-01-16 14:41:38 +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;
?>