Skip to content

Commit

Permalink
net/wol: fix link, needs relative
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jan 13, 2019
1 parent 231857b commit e0a5227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/wol/src/www/widgets/include/wake_on_lan.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php

$wake_on_lan_title = gettext('Wake On Lan');
$wake_on_lan_title_link = '/ui/wol';
$wake_on_lan_title_link = 'ui/wol';

0 comments on commit e0a5227

Please sign in to comment.