14 lines
179 B
Plaintext
14 lines
179 B
Plaintext
|
|
<%
|
||
|
|
/* Return true to allow access; false otherwise */
|
||
|
|
function json_authenticate(serviceComponents, method)
|
||
|
|
{
|
||
|
|
return true;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*
|
||
|
|
* Local Variables:
|
||
|
|
* mode: c
|
||
|
|
* End:
|
||
|
|
*/
|
||
|
|
%>
|