From 2a189307eb0a6693a8d64b62e3845ca87c58d1eb Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Fri, 18 May 2012 08:34:18 -0400
Subject: [PATCH] - Added "Repeat Password" field to all forms where a password has to be set.

---
 interface/web/sites/ajax_get_json.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/sites/ajax_get_json.php b/interface/web/sites/ajax_get_json.php
index 8c7b738..887f5da 100644
--- a/interface/web/sites/ajax_get_json.php
+++ b/interface/web/sites/ajax_get_json.php
@@ -101,6 +101,6 @@
 	}
 
 //}
-
+header('Content-type: application/json');
 echo $json;
 ?>
\ No newline at end of file

--
Gitblit v1.9.1