mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
Get rid of some test code
This commit is contained in:
@@ -33,9 +33,6 @@ require_once "resources/require.php";
|
||||
$tmp_array = '';
|
||||
$device_template = '';
|
||||
|
||||
echo "domain_name: $domain_name <br />\n";
|
||||
echo "domain_uuid: $domain_uuid <br />\n";
|
||||
exit;
|
||||
//get the domain_name
|
||||
$domain_array = explode(":", $_SERVER["HTTP_HOST"]);
|
||||
$domain_name = $domain_array[0];
|
||||
|
||||
Reference in New Issue
Block a user