diff options
| author | michael pereira | 2011-03-30 02:20:45 +0200 |
|---|---|---|
| committer | michael pereira | 2011-03-30 02:20:45 +0200 |
| commit | 0f703a08cdde8fa607a302a33fa77966e902eebe (patch) | |
| tree | 4a29c618c10b25902b0331c371c779b7e2c9a059 /library | |
| parent | BootIso Controller fertig (diff) | |
| download | pbs2-0f703a08cdde8fa607a302a33fa77966e902eebe.tar.gz pbs2-0f703a08cdde8fa607a302a33fa77966e902eebe.tar.xz pbs2-0f703a08cdde8fa607a302a33fa77966e902eebe.zip | |
Paar Notifier hinzugefügt
Diffstat (limited to 'library')
| -rw-r--r-- | library/Pbs/Notifier.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/library/Pbs/Notifier.php b/library/Pbs/Notifier.php index e3270e7..5186cdc 100644 --- a/library/Pbs/Notifier.php +++ b/library/Pbs/Notifier.php @@ -40,6 +40,13 @@ class Pbs_Notifier{ break; } break; + case "download": + switch($result){ + case "forbidden": + $result = "<div class='errorbox'>Not allowed to download this</div>"; + break; + } + break; case "modify": switch($result){ case "forbidden": |
