This commit is contained in:
Michael RICOIS 2014-06-17 12:39:34 +00:00
parent cb7d92aea9
commit 53c9c4c3f2
3 changed files with 280796 additions and 86377 deletions

View File

@ -93,5 +93,15 @@ class IndexController extends Zend_Controller_Action
}
}
//Only for test
public function browserAction()
{
$info = get_browser();
echo $_SERVER['HTTP_USER_AGENT'];
echo "<pre>";
print_r($info);
echo "</pre>";
exit;
}
}

File diff suppressed because it is too large Load Diff

280786
docs/extra/php_browscap.ini Normal file

File diff suppressed because it is too large Load Diff