Mercurial > hg > vamp-website
comparison forum/Smileys/index.php @ 76:e3e11437ecea website
Add forum code
author | Chris Cannam |
---|---|
date | Sun, 07 Jul 2013 11:25:48 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
75:72f59aa7e503 | 76:e3e11437ecea |
---|---|
1 <?php | |
2 | |
3 // This file is here solely to protect your Smileys directory. | |
4 | |
5 // Look for Settings.php.... | |
6 if (file_exists(dirname(dirname(__FILE__)) . '/Settings.php')) | |
7 { | |
8 // Found it! | |
9 require(dirname(dirname(__FILE__)) . '/Settings.php'); | |
10 header('Location: ' . $boardurl); | |
11 } | |
12 // Can't find it... just forget it. | |
13 else | |
14 exit; | |
15 | |
16 ?> |