1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-10 21:41:45 +01:00
vichan/inc/mod.php

16 lines
349 B
PHP
Raw Permalink Normal View History

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';