No need to add "require_once" composer already "knows" that class

skala
Julio Montoya 13 years ago
parent 0f77f8d9ee
commit e1f89f4915
  1. 1
      main/exercice/overview.php

@ -133,7 +133,6 @@ $table_content = '';
/* Make a special case for IE, which doesn't seem to be able to handle the
* results popup -> send it to the full results page */
require_once api_get_path(LIBRARY_PATH).'browser/Browser.php';
$browser = new Browser();
$current_browser = $browser->getBrowser();
$url_suffix = '';

Loading…
Cancel
Save