<?php
define('MSG_AUTH_CANCELLED', "Not authenticated. Can not access Defect Control System unless you have a valid login account.");
define('MSG_AUTH_FAILED', "Authentication failed. ");
// This is only for informational purposes. It is shown in the footer of every page.
define('CURRENT_RELEASE', '0.9.4');
?>