Replace in inc file exit by return
This commit is contained in:
parent
f7b4d5497d
commit
25635a296a
37 changed files with 77 additions and 77 deletions
|
|
@ -230,7 +230,7 @@ if ( $action == "view" )
|
|||
l'écran administration -> utilisateur.
|
||||
</p>";
|
||||
echo $return;
|
||||
exit();
|
||||
return;
|
||||
}
|
||||
//
|
||||
// Check if the user can access that folder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue