Skip to content

Commit

Permalink
WPAD - add wpad service
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelloc committed Mar 17, 2022
1 parent 333efa2 commit 1e4b8cc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkg-wpad/files/usr/local/www/shortcuts/pkg_wpad.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

global $shortcuts;

$shortcuts['wpad'] = array();
$shortcuts['wpad']['main'] = "pkg_edit.php?xml=wpad.xml";
$shortcuts['wpad']['status'] = "status_services.php";
$shortcuts['wpad']['service'] = "wpad";

?>

0 comments on commit 1e4b8cc

Please sign in to comment.