summaryrefslogtreecommitdiff
path: root/export
blob: c11073879d09bd10f336175663021aada8fb4fe1 (plain)
1
2
3
4
5
6
7
<?php

include_once "includes/common.inc";

foreach (module_list() as $module) module_invoke($module, "export", explode("/", $REQUEST_URI));

?>