Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ncschool
/
ncfilters
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a29e6770
authored
Jun 16, 2017
by
netz.coop eG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sysoutput Funktionen werden nur noch je nach bedarf aufgerufen
1 parent
1d3cb290
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
index.php
index.php
View file @
a29e677
...
...
@@ -163,11 +163,19 @@ if (!isset($_SESSION['user_id'])) {
}
$_POST
[
$acttable
]
=
'print'
;
$sysout
=
new
Sytemoutput
();
if
(
$acttable
===
'groups'
)
{
$array_pclistgroups
=
$db
->
getpclistgroupsarray
();
$sysout
->
createfw
(
$array_pclistgroups
);
}
else
if
(
$acttable
===
'domains'
)
{
$domaingroupsarray
=
$db
->
getdomaingroupsarray
();
$sysout
->
createhosts
(
$domaingroupsarray
);
}
else
if
(
$acttable
===
'close_fw_cron'
)
{
$array_closefwcron
=
$db
->
getclosefwcronarray
();
$sysout
->
closefwcron
(
$array_closefwcron
);
}
}
/**
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment