Sign in
eclipse
/
gerrit
/
mylyn
/
org.eclipse.mylyn.tasks.git
/
fbfadb3c151bd7aebd84ed96e59d1710c0ba4288
/
.
/
org.eclipse.mylyn.bugzilla.releng
/
modules
/
bugzilla
/
templates
/
xmlrpc.cgi.erb
blob: 50a0c5412abb49311d332029a591b4cf4afe6584 [
file
] [
log
] [
blame
]
#!/usr/bin/perl -wT
use
strict
;
use
lib qw
(.
lib
);
use
Bugzilla
;
use
Bugzilla
::
Constants
;
use
Bugzilla
::
Error
;
use
Bugzilla
::
WebService
::
Constants
;
BEGIN
{
ThrowCodeError
(
'feature_disabled'
,
{
feature
=>
'xmlrpc'
});
}