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