Browse Source

inc/mod.php has been irrelevant for a while. Time to remove it.

pull/40/head
Michael Foster 11 years ago
parent
commit
14ff0fbeb3
  1. 15
      inc/mod.php

15
inc/mod.php

@ -1,15 +0,0 @@
<?php
/*
* Copyright (c) 2010-2013 Tinyboard Development Group
*/
// WARNING: Including this file is DEPRECIATED. It's only here to support older versions and won't exist forever.
if (realpath($_SERVER['SCRIPT_FILENAME']) == str_replace('\\', '/', __FILE__)) {
// You cannot request this file directly.
exit;
}
require 'inc/mod/auth.php';
Loading…
Cancel
Save