summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_wol.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-30 23:01:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-30 23:01:45 +0000
commit25d3fbd548e93a12ac017cb767ed76f945fa2543 (patch)
treeed8420fb01d7f4c0d4c5ea5b2b43debd6578a965 /usr/local/www/services_wol.php
parentbb75cfdf8f3d5c3fc1d4683ab7577d98ef59b423 (diff)
downloadpfsense-25d3fbd548e93a12ac017cb767ed76f945fa2543.zip
pfsense-25d3fbd548e93a12ac017cb767ed76f945fa2543.tar.gz
* Add ascii art from holger
* Add base services to status -> services menu
Diffstat (limited to 'usr/local/www/services_wol.php')
-rwxr-xr-xusr/local/www/services_wol.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_wol.php b/usr/local/www/services_wol.php
index 942388e..245e4cb 100755
--- a/usr/local/www/services_wol.php
+++ b/usr/local/www/services_wol.php
@@ -93,7 +93,7 @@ include("head.inc");
<tr>
<td width="22%" valign="top" class="vncellreq">Interface</td>
<td width="78%" class="vtable">
-<select name="interface" class="formfld">
+ <select name="interface" class="formfld">
<?php $interfaces = array('lan' => 'LAN');
for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++) {
if (isset($config['interfaces']['opt' . $i]['enable']) &&
OpenPOWER on IntegriCloud