r20456: Rename variables to avoid shadowing global function names.
[Samba/gbeck.git] / services / json_auth.esp
blob2d58b6e2af05aeaf349af1d2bb48498234082f6d
1 <%
2 /* Return true to allow access; false otherwise */
3 function json_authenticate(serviceComponents, method)
5     return true;
8 /*
9  * Local Variables:
10  * mode: c
11  * End:
12  */