1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Added includes/torproxy

This commit is contained in:
billz 2019-11-12 21:04:30 +00:00
parent 2c9f135389
commit ef2286152a

View File

@ -38,6 +38,7 @@ include_once('includes/themes.php');
include_once('includes/data_usage.php');
include_once('includes/about.php');
include_once('includes/openvpn.php');
include_once('includes/torproxy.php');
$output = $return = 0;
$page = $_GET['page'];