Update index.php

pull/2487/head
Enrique Alcaraz 8 years ago committed by GitHub
parent 37e0078bea
commit 3d83b9fccf
  1. 4
      plugin/redirection/index.php

@ -6,6 +6,8 @@
* @package chamilo.plugin.redirection
*/
use ChamiloSession as Session;
require_once __DIR__.'/config.php';
$redirecciones = PluginRedirection::get();
@ -53,4 +55,4 @@ if (isset($_REQUEST["id"])) {
}
?>
</table>
</div>
</div>

Loading…
Cancel
Save