X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Fheader.inc;h=147b3293fd49662ac4fb7820f7373bf725bb7ac8;hb=a8b5d60413ff06dd098b58ae6119f085d3c9ea8b;hp=7dd84b6525b66089b3fdbe1a91bbc99a86e0644d;hpb=bc3bd9da4239732574b92842d5573e3316c749de;p=fa-stable.git diff --git a/includes/page/header.inc b/includes/page/header.inc index 7dd84b65..147b3293 100644 --- a/includes/page/header.inc +++ b/includes/page/header.inc @@ -126,6 +126,8 @@ function page_header($title, $no_menu=false, $is_index=false, $onload="", $js="" echo "\n"; echo "dir . "' >\n"; echo "$title"; + if (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7.0; rv:11.0') != -1) // IE 11 doesn't work with input file type in form. + echo "\n"; echo ""; echo " \n"; echo " \n";