mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Removed unused system class
This commit is contained in:
parent
c3c15d49ad
commit
298bec2465
1 changed files with 0 additions and 2 deletions
|
@ -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'])) {
|
||||
|
|
Loading…
Reference in a new issue