Переглянути джерело

Update html.inc.php

Uncomment iPhone Option because there is no iPhone Template available and stops the Module when its loaded via an iPhone
oNdsen 9 роки тому
батько
коміт
aad8484d79
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      modules/ftp/includes/html.inc.php

+ 2 - 2
modules/ftp/includes/html.inc.php

@@ -172,9 +172,9 @@ function getBrowser($what) {
 			strstr($http_user_agent, 'Windows CE')) {
 			$BROWSER_PLATFORM = 'Mobile';
 		}
-		elseif (strstr($http_user_agent, 'iPhone') || strstr($http_user_agent, 'iPod')) {
+		/*elseif (strstr($http_user_agent, 'iPhone') || strstr($http_user_agent, 'iPod')) {
 			$BROWSER_PLATFORM = 'iPhone';
-		}
+		}*/
 		elseif (strstr($http_user_agent, 'Win')) {
 			$BROWSER_PLATFORM = 'Win';
 		}