Source Location: /mooan_handle_action.php
This script is the interface between javascript and php-functions.
It returns a boolean value according to operation success.
require_once("mooan_configuration.php") [line 36]void mooan_do_response(
string $content)
[line 54]
A function for sending the response to the client.
Sends the Content-Type header, adds xml declaration and wraps the given content in "response" tags. All of the text is echoed out.
[ Top ]