summaryrefslogtreecommitdiff
path: root/export
blob: 7f1d68af8876ae74e95c9b4be6b775d5679f506e (plain)
1
2
3
4
5
6
7
8
9
10
11
<?

include "includes/common.inc";

function export($name, $module) {
  global $REQUEST_URI;
  module_execute($name, "export", explode("/", $REQUEST_URI));
}

module_iterate("export");
?>