fuck stupid submit bots: nobody uses MSIE 5/6 anymore
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
// GNU General Public License for more details. \\
|
||||
//=================================================================\\
|
||||
|
||||
if (isset($_SERVER['HTTP_USER_AGENT'])) {
|
||||
if (preg_match('/MSIE [56]/', $_SERVER['HTTP_USER_AGENT'])) {
|
||||
header("Location: http://rock.ru/top100");
|
||||
}
|
||||
}
|
||||
|
||||
$TMPL['header'] = $LNG['join_header'];
|
||||
if (!$FORM['url']) {
|
||||
$TMPL['catselect'] = "<select name=\"cat\">\n";
|
||||
|
||||
Reference in New Issue
Block a user