mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Let command line version not open an X window
So we can run it on a headless system Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
22612831bb
commit
6963b52d96
3 changed files with 10 additions and 1 deletions
|
@ -35,7 +35,7 @@ if ($q->upload("uploaded_file")) {
|
|||
-size => 50,
|
||||
-maxlength => 200);
|
||||
print $q->submit();
|
||||
print $q-end_form();
|
||||
print $q->end_form();
|
||||
|
||||
# Here we could print some footer stuff as above
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue