Hi,
I'm studying some netgear sources from http://kb.netgear.com/app/answers/detai … mers-(gpl) .
I can recompile sources without problems, but i do not understand how httpd works. In particular, in web pages there are some "server side" variables indicated with <% number %> (eg <% 12 %>). How these variables work? Where can i find some sort of "map" between the numbers and the value returned by the server? Someone can help me?
Thanks