1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-24 19:48:23 +02:00
vichan/inc/mod.php

16 lines
349 B
PHP
Raw Normal View History

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