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