rating MDL-23814 marking rate_ajax.php as being an ajax so the response should hopefully always be in json

This commit is contained in:
Andrew Davis
2010-08-15 06:26:16 +00:00
parent 3e40d2c51c
commit 1bb1e5beb7
+2
View File
@@ -25,6 +25,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
define('AJAX_SCRIPT', true);
require_once('../config.php');
require_once('lib.php');