[Web] Clean PHP code by removing unused variables (#3646)
* [WEB] $lang is not used in this context * [Web] $stmt variable is not used
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
function pushover($_action, $_data = null) {
|
||||
global $pdo;
|
||||
global $lang;
|
||||
switch ($_action) {
|
||||
case 'edit':
|
||||
if (!isset($_SESSION['acl']['pushover']) || $_SESSION['acl']['pushover'] != "1" ) {
|
||||
|
Reference in New Issue
Block a user