PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
wp-content
/
plugins
/
security_1778616853
/
libs
/
UserAgent
<?php namespace epsdonatj\UserAgent; interface UserAgentInterface { /** * @return string|null * @see \epsdonatj\UserAgent\Platforms for a list of tested platforms */ public function platform(); /** * @return string|null * @see \epsdonatj\UserAgent\Browsers for a list of tested browsers. */ public function browser(); /** * The version string. Formatting depends on the browser. * * @return string|null */ public function browserVersion(); }
[-] UserAgent.php
[edit]
[-] .htaccess
[edit]
[-] Platforms.php
[edit]
[-] UserAgentParser.php
[edit]
[-] Browsers.php
[edit]
[+]
..
[-] UserAgentInterface.php
[edit]