<?PHP /* This file is pretty self explanitary. Used to include all the other classes. */ require_once 'DB_INFO.php'; require_once 'Authentication.php'; require_once 'Smarty-2.5.0/libs/Smarty.class.php'; session_start(); ?>