mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
death the query_server_unl()
This commit is contained in:
parent
14c65f90a8
commit
821fb55b20
23 changed files with 54 additions and 62 deletions
|
@ -119,7 +119,7 @@ htget(prot, query, headers, qs) {
|
|||
// note: the immediateness is not really used these days
|
||||
write("<div class='each'><a href='");
|
||||
unless(is_formal(key)) {
|
||||
write(query_server_unl() + "@" + key);
|
||||
write(SERVER_UNIFORM + "@" + key);
|
||||
} else {
|
||||
write(key);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue