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

Added includes/openvpn

This commit is contained in:
billz 2019-11-12 16:00:51 +00:00
parent e58e1df283
commit e3c5b0243c

View File

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