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

Removed unused system class

This commit is contained in:
billz 2020-02-02 11:35:55 +00:00
parent c3c15d49ad
commit 298bec2465

View File

@ -1,7 +1,6 @@
<?php
include_once('includes/status_messages.php');
include_once('app/lib/system.php');
/**
*
@ -65,7 +64,6 @@ function DisplaySystem()
{
$status = new StatusMessages();
$system = new System();
if (isset($_POST['SaveLanguage'])) {
if (isset($_POST['locale'])) {