summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-04-03 16:03:35 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-04-03 16:03:44 -0400
commitaf5d9af284c69dc5e74d20d420bed304364b0bea (patch)
treeb10c3d040f236bce625bcfeb82a65f246760d4cb /usr/local/www/head.inc
parentc42276dbdd7e19b0bbdb19fbe94a921c5fde4157 (diff)
downloadpfsense-af5d9af284c69dc5e74d20d420bed304364b0bea.zip
pfsense-af5d9af284c69dc5e74d20d420bed304364b0bea.tar.gz
Add iPad support
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 37f8cdf..3b1f028 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -16,7 +16,7 @@ else
* If this device is an apple ipod/iphone
* switch the theme to one that works with it.
*/
-$apple_ua = array("iPhone","iPod");
+$apple_ua = array("iPhone","iPod", "iPad");
foreach($apple_ua as $useragent)
if(strstr($_SERVER['HTTP_USER_AGENT'], $useragent))
$g['theme'] = "pfsense";
OpenPOWER on IntegriCloud