mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Include globals.inc
This commit is contained in:
parent
fdf00849dd
commit
680bcb4d04
@ -4,6 +4,7 @@
|
||||
* Part of the pfSense project pfSsh.php subsystem
|
||||
*/
|
||||
|
||||
require_once("globals.inc");
|
||||
require_once("filter.inc");
|
||||
require_once("shaper.inc");
|
||||
require_once("rrd.inc");
|
||||
@ -64,7 +65,7 @@ if($command_split[2]) {
|
||||
}
|
||||
|
||||
if($argv[4] == "NOBACKUP")
|
||||
$nobackup=true;
|
||||
$nobackup = true;
|
||||
else
|
||||
$nobackup = false;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user