Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.taxi-78.com
/
htdocs
/
config
/
/srv/data/web/vhosts/www.taxi-78.com/htdocs/config/mobile_detect.php
<?php //Detect if mobile and had link include "functions/Class/Mobile_Detect.php"; $detect = new Mobile_Detect; if ( $detect->isMobile() ) { $conf_phone1 = "<a href='tel:".str_replace(" ", "", $conf_phone1)."'>$conf_phone1</a>"; $conf_phone2 = "<a href='tel:".str_replace(" ", "", $conf_phone2)."'>$conf_phone2</a>"; }