BUG 000 Add minor validation

This commit is contained in:
Julio Cesar Laura
2011-08-24 19:34:44 -04:00
parent 78a400d851
commit 9627e8e60a

View File

@@ -26,6 +26,13 @@
try {
if (!$RBAC->singleSignOn) {
if (!isset($_POST['form']) ) {
G::SendTemporalMessage ('ID_USER_HAVENT_RIGHTS_SYSTEM', 'error');
G::header('Location: login');
die();
}
$frm = $_POST['form'];
$usr = '';
$pwd = '';