mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
Add is_opera()
This commit is contained in:
parent
bee99d173e
commit
26f0586888
@ -220,6 +220,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
function is_opera()
|
||||
{
|
||||
if ($this->get_agent()=='OPERA')
|
||||
{
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
// Echo content headers for file downloads
|
||||
function content_header($fn="",$mime="application/octetstream",$length="",$nocache=True)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user