where("in_uid", $this->userid)->where("in_id", $id)->find(); $row or exit(include_once dirname(__FILE__) . "/../pack/error/404.php"); $page = SafeRequest("page", "get"); $tab = SafeRequest("tab", "get"); // 如果没有指定tab,默认显示应用版本tab if (empty($tab)) { $tab = "version"; } $fnum = $this->action != "super" ? $row["in_deduct"] : 1; $ftype = $this->action != "super" ? IN_POINTNAME : "设备"; $durl = getlink($row["in_id"], $this->action == "super"); ?>