inc/mod.php => inc/mod/auth.php

This commit is contained in:
Michael Foster 2013-09-07 00:10:32 +10:00
parent 4562457de7
commit ce3d2019e1

View File

@ -33,7 +33,7 @@ if(!getenv('TINYBOARD_PATH')) {
putenv('TINYBOARD_PATH=' . getcwd());
require 'inc/functions.php';
require 'inc/mod.php';
require 'inc/mod/auth.php';
$mod = Array(
'id' => -1,