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 2d740781
authored
Jun 09, 2017
by
netz.coop eG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Abschaltzeiten werden sofort angezeigt
1 parent
ea21e8c2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
index.php
index.php
View file @
2d74078
...
@@ -161,8 +161,12 @@ if (!isset($_SESSION['user_id'])) {
...
@@ -161,8 +161,12 @@ if (!isset($_SESSION['user_id'])) {
$db
->
exec
(
$sqlstring
);
$db
->
exec
(
$sqlstring
);
echo
$out
->
printmsg
(
'Datensatz deaktiviert'
,
'danger'
);
echo
$out
->
printmsg
(
'Datensatz deaktiviert'
,
'danger'
);
}
}
if
(
$acttable
===
'close_fw_cron'
){
$_POST
[
'cron'
]
=
'print'
;
}
else
{
$_POST
[
$acttable
]
=
'print'
;
$_POST
[
$acttable
]
=
'print'
;
}
$sysout
=
new
Sytemoutput
();
$sysout
=
new
Sytemoutput
();
$array_pclistgroups
=
$db
->
getpclistgroupsarray
();
$array_pclistgroups
=
$db
->
getpclistgroupsarray
();
$sysout
->
createfw
(
$array_pclistgroups
);
$sysout
->
createfw
(
$array_pclistgroups
);
...
...
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