@@ -1698,7 +1698,9 @@ function login($register = false, $hiddens=false) {
* @brief Used to end the current process, after saving session state.
*/
functionkillme(){
session_write_close();
if(!get_app()->is_backend())
session_write_close();
exit;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.