summaryrefslogtreecommitdiffstats
path: root/library/Pbs/Notifier.php
diff options
context:
space:
mode:
authormichael pereira2011-03-30 10:54:29 +0200
committermichael pereira2011-03-30 10:54:29 +0200
commit912f7ffb34fb824d238ef89b91c5bd8203cfe3ad (patch)
treeec186f68b023f27fc93bb7bfa918581ccf9394e6 /library/Pbs/Notifier.php
parentPreboot Metadaten Recht gesetzt (diff)
downloadpbs2-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.php3
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":