删除测试代码
This commit is contained in:
parent
00bcc25b1e
commit
bbd1b35ec5
|
@ -22,19 +22,6 @@
|
|||
<a href="/data/<?php echo $this->uuid; ?>">查看元数据</a>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
||||
$auth = Zend_Auth::getInstance();
|
||||
if($auth->hasIdentity())
|
||||
{
|
||||
$user = $auth->getIdentity();
|
||||
$userid = $user->id;
|
||||
echo $user->usertype;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
<form action="#" method="POST" enctype='multipart/form-data'>
|
||||
<input type="hidden" name="add" value="1" />
|
||||
<input type="hidden" name="submit" value="1" />
|
||||
|
|
Loading…
Reference in New Issue