shell bypass 403
<?php namespace WhichBrowser\Constants; class DeviceType { const DESKTOP = 'desktop'; const MOBILE = 'mobile'; const PDA = 'pda'; const DECT = 'dect'; const TABLET = 'tablet'; const GAMING = 'gaming'; const EREADER = 'ereader'; const MEDIA = 'media'; const HEADSET = 'headset'; const WATCH = 'watch'; const EMULATOR = 'emulator'; const TELEVISION = 'television'; const MONITOR = 'monitor'; const CAMERA = 'camera'; const PRINTER = 'printer'; const SIGNAGE = 'signage'; const WHITEBOARD = 'whiteboard'; const DEVBOARD = 'devboard'; const INFLIGHT = 'inflight'; const APPLIANCE = 'appliance'; const GPS = 'gps'; const CAR = 'car'; const POS = 'pos'; const BOT = 'bot'; const PROJECTOR = 'projector'; }