From 686ed4793a4f5bc4efa7124b9c93b2b07659eb0e Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 9 May 2012 18:50:55 +0200 Subject: [PATCH] Removing unused script end.php --- plugin/bbb/end.php | 54 -------------------------------------- plugin/bbb/lib/bbb.lib.php | 4 +-- 2 files changed, 2 insertions(+), 56 deletions(-) delete mode 100644 plugin/bbb/end.php diff --git a/plugin/bbb/end.php b/plugin/bbb/end.php deleted file mode 100644 index 6306926a3a..0000000000 --- a/plugin/bbb/end.php +++ /dev/null @@ -1,54 +0,0 @@ -logout_url = api_get_path(WEB_COURSE_PATH).$course_code; + $this->table = Database::get_main_table('plugin_bbb_meeting'); if ($bbb_plugin == true) { $user_info = api_get_user_info(); $this->user_complete_name = $user_info['complete_name']; $this->salt = $bbb_salt; - $this->url = $bbb_host.'/bigbluebutton/'; - $this->table = Database::get_main_table('plugin_bbb_meeting'); + $this->url = $bbb_host.'/bigbluebutton/'; $this->plugin_enabled = true; } }