diff options
author | Angelo Cuccato <cuccato@web.de> | 2010-12-27 22:48:10 +0100 |
---|---|---|
committer | Angelo Cuccato <cuccato@web.de> | 2010-12-27 22:48:10 +0100 |
commit | 7778db921eacd6c6ffdcd1c4b692a59b9e1fb499 (patch) | |
tree | 7d28c0963ff9932600d96fcaa7a2ab455238cea5 /www-ssl | |
parent | 7ba743a65b1d32e08c962be47d14c575987d1e12 (diff) |
change rights
Diffstat (limited to 'www-ssl')
-rwxr-xr-x | www-ssl/nonpublic/myschichtplan.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/nonpublic/myschichtplan.php b/www-ssl/nonpublic/myschichtplan.php index 5c7b304e..aa674275 100755 --- a/www-ssl/nonpublic/myschichtplan.php +++ b/www-ssl/nonpublic/myschichtplan.php @@ -18,7 +18,7 @@ If( !IsSet($_GET["action"]) ) Get_Text("pub_mywake_beschreibung4")."<br><br>\n"; $USER_ID = $_SESSION['UID']; - if( $_SESSION['CVS'][ "admin/aktiv.php" ] == "Y" ) + if( $_SESSION['CVS'][ "admin/schichtplan.php" ] == "Y" ) { if( !isset( $_GET["UIDs"]) ) $_GET["UIDs"] = $_SESSION['UID']; |