diff options
Diffstat (limited to 'mod/exporttest/start.php')
| -rw-r--r-- | mod/exporttest/start.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mod/exporttest/start.php b/mod/exporttest/start.php deleted file mode 100644 index d25e5c06d..000000000 --- a/mod/exporttest/start.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php - - function exporttest_init($event, $object_type, $object = null) { - - global $CONFIG; - - add_menu("Export GUID",$CONFIG->wwwroot . "mod/exporttest/",array( - menu_item("The GUID Exporter",$CONFIG->wwwroot."mod/exporttest/"), - )); - } - - - // Make sure test_init is called on initialisation - register_event_handler('init','system','exporttest_init'); -?>
\ No newline at end of file |
