Project

General

Profile

« Previous | Next » 

Revision 2aed5121

Added by Scott Ullrich over 15 years ago

Use URL

View differences:

usr/local/www/firewall_aliases_edit.php
523 523
        <option value="network" <?php if ($pconfig['type'] == "network") echo "selected"; ?>>Network(s)</option>
524 524
        <option value="port" <?php if ($pconfig['type'] == "port") echo "selected"; ?>>Port(s)</option>
525 525
        <option value="openvpn" <?php if ($pconfig['type'] == "openvpn") echo "selected"; ?>>OpenVPN Users</option>
526
        <option value="url" <?php if ($pconfig['type'] == "url") echo "selected"; ?>>Use data from a URL</option>
526
        <option value="url" <?php if ($pconfig['type'] == "url") echo "selected"; ?>>URL</option>
527 527
      </select>
528 528
    </td>
529 529
  </tr>

Also available in: Unified diff