14 lines
317 B
Diff
14 lines
317 B
Diff
|
diff --git a/cgi-bin/admin.c b/cgi-bin/admin.c
|
||
|
index a87e6be..4600d33 100644
|
||
|
--- a/cgi-bin/admin.c
|
||
|
+++ b/cgi-bin/admin.c
|
||
|
@@ -974,6 +974,8 @@ do_am_printer(http_t *http, /* I - HTTP connection */
|
||
|
|
||
|
cgiSetVariable("TEMPLATE_NAME", template);
|
||
|
}
|
||
|
+
|
||
|
+ cgiSetVariable("DEVICE_URI", var);
|
||
|
}
|
||
|
}
|
||
|
|