2010-12-02 20:57:15 +11:00
|
|
|
<?php
|
2012-04-12 02:49:22 +10:00
|
|
|
|
|
|
|
/*
|
2013-01-20 21:23:46 +11:00
|
|
|
* Copyright (c) 2010-2013 Tinyboard Development Group
|
2012-04-12 02:49:22 +10:00
|
|
|
*/
|
|
|
|
|
2012-04-13 02:11:41 +10:00
|
|
|
// WARNING: Including this file is DEPRECIATED. It's only here to support older versions and won't exist forever.
|
|
|
|
|
2012-04-13 00:18:19 +10:00
|
|
|
if (realpath($_SERVER['SCRIPT_FILENAME']) == str_replace('\\', '/', __FILE__)) {
|
2012-04-12 02:49:22 +10:00
|
|
|
// You cannot request this file directly.
|
|
|
|
exit;
|
|
|
|
}
|
|
|
|
|
2012-04-13 02:11:41 +10:00
|
|
|
require 'inc/mod/auth.php';
|
2011-12-02 15:11:13 +11:00
|
|
|
|