From ded0451e9582df33cae6099a2fb72b4ea25076cf Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 15 Jul 2003 13:30:43 +0000 Subject: reverting to vendor branch rt 3.0.4, hopefully --- rt/webrt/SelfService/Error.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 rt/webrt/SelfService/Error.html (limited to 'rt/webrt/SelfService/Error.html') diff --git a/rt/webrt/SelfService/Error.html b/rt/webrt/SelfService/Error.html deleted file mode 100755 index 19b79e68b..000000000 --- a/rt/webrt/SelfService/Error.html +++ /dev/null @@ -1,22 +0,0 @@ -<& /SelfService/Elements/Header, Title => 'Error' &> -<& /Elements/TitleBoxStart, title => $Title &> -<%$Why%> -
- -<%$Details%> - -<& /Elements/TitleBoxEnd &> - - - - -<%args> -$Code => undef -$Details => undef -$Title => "RT Error" -$Why => "the calling component did not specify why" - - -<%INIT> -$RT::Logger->error("WebRT: $Why ($Details)"); - -- cgit v1.2.1