From 22d7cede557f6c94a30172d0c3821fbd482d9fd0 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Mon, 24 Oct 2011 17:43:05 +0200 Subject: [PATCH] MDL-29887 add forgotten flashvars Thanks Eloy! --- webservice/amf/testclient/index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/webservice/amf/testclient/index.php b/webservice/amf/testclient/index.php index 8ff5a7f4a72..7519151ba11 100644 --- a/webservice/amf/testclient/index.php +++ b/webservice/amf/testclient/index.php @@ -12,11 +12,6 @@ if ($node) { } $PAGE->navbar->add(get_string('amftestclient', 'webservice')); -$flashvars = new stdClass(); -$flashvars->rooturl =$CFG->wwwroot; - - - $PAGE->set_title('Test Client'); $PAGE->set_heading('Test Client'); echo $OUTPUT->header(); @@ -28,10 +23,12 @@ $output = << + +

You need to install Flash 9.0

-- 2.43.0