Mercurial > hg > vamp-website
view forum/Sources/index.php @ 89:c27a792883cb website
Update rdf
author | Chris Cannam |
---|---|
date | Tue, 10 Jun 2014 20:35:42 +0100 |
parents | e3e11437ecea |
children |
line wrap: on
line source
<?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; ?>