initial import. Probably needs some more cleanup
This commit is contained in:
16
Sources/index.php
Normal file
16
Sources/index.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// This file is here solely to protect your Sources directory.
|
||||
|
||||
// Look for Settings.php....
|
||||
if (file_exists(dirname(dirname(__FILE__)) . '/Settings.php'))
|
||||
{
|
||||
// Found it!
|
||||
require(dirname(dirname(__FILE__)) . '/Settings.php');
|
||||
header('Location: ' . $boardurl);
|
||||
}
|
||||
// Can't find it... just forget it.
|
||||
else
|
||||
exit;
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user