leftypol/inc/mod.php

16 lines
349 B
PHP
Raw Normal View History

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