, Jam Warehouse (Pty) Ltd, South Africa */ // main library routines and defaults require_once("../config/dmsDefaults.php"); // logout $oAuth = new $default->authenticationClass; $oAuth->logout(); // redirect to root redirect((strlen($default->rootUrl) > 0 ? $default->rootUrl : "/")); ?>