Files
wmic/Samba/services/json_auth.esp
T

14 lines
179 B
Plaintext
Raw Normal View History

2019-02-16 00:16:52 +01:00
<%
/* Return true to allow access; false otherwise */
function json_authenticate(serviceComponents, method)
{
return true;
}
/*
* Local Variables:
* mode: c
* End:
*/
%>