Update template.php

This commit is contained in:
FusionPBX
2018-12-22 01:52:31 -07:00
committed by GitHub
parent 485739ccc0
commit c6a6940e6b

View File

@@ -1,4 +1,5 @@
<?php
//get the browser version
$user_agent = http_user_agent();
$browser_version = $user_agent['version'];