include('common_user_inc.htm'); if($_GET['lock'] == '1') { /*######################################################## # NOTE: We are making this call to lock out other users # from preforming operations like this. # This function is ONLY locking other users out. We are # Manually doing the upload in this php code. # CR 47329 ########################################################*/ // error_log("Locking others from performing this operation."); // update_system_software($user, 'lock'); } ?>