Skip to content

Commit

Permalink
Admin-rechten
Browse files Browse the repository at this point in the history
  • Loading branch information
physje committed Feb 2, 2025
1 parent 35ed655 commit 7b85142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makeRooster.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
}
$block_rooster[] = "<input type='hidden' name='blokken' value='$blokken'>";
$block_rooster[] = "<table>";
if(in_array($beheerder, $myGroups)) {
if(in_array($beheerder, $myGroups) OR in_array(1, $myGroups)) {
$block_rooster[] = "<caption><a href='rooster_details.php?rooster=". $_REQUEST['rooster'] ."'>Mis je diensten? Wil je de tekst van de mail aanpassen? Klik hier om instellingen van het rooster aan te passen.</a></caption>";
}
$block_rooster[] = "<thead>";
Expand Down

0 comments on commit 7b85142

Please sign in to comment.