Roxen.git
/
server
/
config_interface
/
logutil.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/config_interface/logutil.pike:99:
sscanf(reference, "%[^/]", server); if(conf = roxen->find_configuration( server )) links += sprintf("<a href=\"%s\">%s</a> : ", @get_conf_url_to_virtual_server( conf, lang )); case 1: // find_configuration(configinterface)->query_name() == realname if(module = Roxen.get_module( reference )) links += sprintf("<a href=\"%s\">%s</a> : ", @get_conf_url_to_module( module, lang )); }
-
return "<table><tr><td valign=\"top\"><
img
src=&usr.err-"+code+"; \n"
+
return "<table><tr><td valign=\"top\"><
imgs
src=&usr.err-"+code+"; \n"
"alt=\"" + codetext[code-1] + "\" />" "</td><td>" + links + (nt?"":describe_times(times)+"<br />") + replace(fix_err(err), "\n", "<br />\n") + "</table>"; } // Returns ({ URL to module config page, human-readable (full) module name }) array(string) get_conf_url_to_module(string|RoxenModule m, string|void lang) { // module is either a RoxenModule object or a string as returned by