D | uc.php | 40 $get = $post = array(); variable 43 parse_str(authcode($code, 'DECODE', UC_KEY), $get); 46 if($timestamp - $get['time'] > 3600) { 49 if(empty($get)) { 56 …if(in_array($get['action'], array('test', 'deleteuser', 'renameuser', 'gettag', 'synlogin', 'synlo… 58 echo $uc_note->$get['action']($get, $post); 85 function test($get, $post) { argument 89 function deleteuser($get, $post) { argument 98 function renameuser($get, $post) { argument 108 function gettag($get, $post) { argument [all …]
|