smf-curve-dynamic/index.php

9 lines
217 B
PHP
Raw Permalink Normal View History

2019-03-19 23:04:06 -07: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;
?>