diff options
| author | michael pereira | 2011-03-30 10:54:29 +0200 |
|---|---|---|
| committer | michael pereira | 2011-03-30 10:54:29 +0200 |
| commit | 912f7ffb34fb824d238ef89b91c5bd8203cfe3ad (patch) | |
| tree | ec186f68b023f27fc93bb7bfa918581ccf9394e6 /library/Pbs/Notifier.php | |
| parent | Preboot Metadaten Recht gesetzt (diff) | |
| download | pbs2-912f7ffb34fb824d238ef89b91c5bd8203cfe3ad.tar.gz pbs2-912f7ffb34fb824d238ef89b91c5bd8203cfe3ad.tar.xz pbs2-912f7ffb34fb824d238ef89b91c5bd8203cfe3ad.zip | |
Notifier 404 zu BootIso Download hinzugefügt
Diffstat (limited to 'library/Pbs/Notifier.php')
| -rw-r--r-- | library/Pbs/Notifier.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/library/Pbs/Notifier.php b/library/Pbs/Notifier.php index 5186cdc..0edccec 100644 --- a/library/Pbs/Notifier.php +++ b/library/Pbs/Notifier.php @@ -45,6 +45,9 @@ class Pbs_Notifier{ case "forbidden": $result = "<div class='errorbox'>Not allowed to download this</div>"; break; + case "404": + $result = "<div class='errorbox'>The Resource was not found on the Server</div>"; + break; } break; case "modify": |
