shell bypass 403
<?php namespace WhichBrowser\Constants; class BrowserType { const UNKNOWN = ''; const BROWSER = 'browser'; const BROWSER_TEXT = 'browser:text'; const APP = 'app'; const APP_EMAIL = 'app:email'; const APP_GAME = 'app:game'; const APP_MEDIAPLAYER = 'app:mediaplayer'; const APP_FEEDREADER = 'app:feedreader'; const APP_PODCAST = 'app:podcast'; const APP_SOCIAL = 'app:social'; const APP_OFFICE = 'app:office'; const APP_EDITOR = 'app:editor'; const APP_DOWNLOAD = 'app:download'; const APP_SEARCH = 'app:search'; const APP_NEWS = 'app:news'; const APP_ANTIVIRUS = 'app:antivirus'; const APP_SHOPPING = 'app:shopping'; const APP_CHAT = 'app:chat'; }