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