mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
ideas for better mood methods
This commit is contained in:
parent
ea815f871f
commit
cefc6ccad9
3 changed files with 58 additions and 17 deletions
|
@ -46,7 +46,7 @@ void dispatch(mixed header_vars, mixed varops, mixed method, mixed body) {
|
|||
if ((t = vars["_target"])) {
|
||||
array(mixed) u;
|
||||
unless (u = parse_uniform(t)) {
|
||||
DISPATCHERROR("target is not an uniform\n")
|
||||
DISPATCHERROR("target is not a uniform\n")
|
||||
}
|
||||
// FIXME relaying support here?
|
||||
if (!is_localhost(lower_case(u[UHost]))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue