예제 #1
0
파일: logoff.php 프로젝트: smrealms/smrv2.0
<?php

// Remove the lock if we're holding one (ie logged off from game screen)
if ($lock) {
    release_lock();
}
SmrSession::destroy();