summaryrefslogtreecommitdiffstats
path: root/usr/local/www/getserviceproviders.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/getserviceproviders.php')
-rw-r--r--usr/local/www/getserviceproviders.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/getserviceproviders.php b/usr/local/www/getserviceproviders.php
index 0fbd9fb..9171377 100644
--- a/usr/local/www/getserviceproviders.php
+++ b/usr/local/www/getserviceproviders.php
@@ -74,7 +74,7 @@ function providers_list($country) {
}
function provider_plan_data($country,$provider,$connection) {
- Header("Content-type: application/xml;");
+ header("Content-type: application/xml;");
echo "<?xml version=\"1.0\" ?>\n";
echo "<connection>\n";
$serviceproviders = get_country_providers($country);
OpenPOWER on IntegriCloud