fid;
	}
	public function show()
	{
		global $PERMSTORE, $current_user, $users;
		echo "
\n";
		if($current_user->uid == 0) {
			echo "  
fid . "\">Delete\n";
		}
		echo "  

fid . "\"
\n";
		echo "  
\n";
		echo "  
Uploaded by: " . $users->getUser($this->uid)->name . "
\n";
		echo "  
" . date("c", $this->date) . "
\n";
		echo "  
Size: " . ceil(filesize($PERMSTORE . "/" . $this->fid) / 1024) . "kb
\n";
		echo "  
Use this command to insert the file: {{" . $this->fid . "}}
\n";
		echo "