CheckJrn improved
This commit is contained in:
parent
ba0e4f4003
commit
95312ea7a6
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ if ( $g_UserProperty['use_admin'] == 0 ) {
|
|||
NoAccess();
|
||||
}
|
||||
if ( isset ($g_jrn)) {
|
||||
if ($CheckJrn($g_dossier,$g_user,$g_jrn) == 0 ){
|
||||
if (CheckJrn($g_dossier,$g_user,$g_jrn) == 0 ){
|
||||
/* Cannot Access */
|
||||
NoAccess();
|
||||
exit -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue