From 116ff3ae92e54c1de9b30344e0417fb87d08175d Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 12 Aug 2008 18:35:03 +0000 Subject: Closes #232: Produces a basic report plus checksums of all files in md5sum format. To add extra information to this report add a plugin hook listening to: 'diagnostics:report' And append to $returnvalue which is a simple text buffer. git-svn-id: https://code.elgg.org/elgg/trunk@1863 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../views/default/diagnostics/forms/download.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mod/diagnostics/views/default/diagnostics/forms/download.php (limited to 'mod/diagnostics/views/default/diagnostics/forms/download.php') diff --git a/mod/diagnostics/views/default/diagnostics/forms/download.php b/mod/diagnostics/views/default/diagnostics/forms/download.php new file mode 100644 index 000000000..dcb11d5f1 --- /dev/null +++ b/mod/diagnostics/views/default/diagnostics/forms/download.php @@ -0,0 +1,15 @@ + elgg_echo('diagnostics:download'))); + + echo elgg_view('input/form', array('body' => $form_body, 'action' => $CONFIG->url . "actions/diagnostics/download")) +?> \ No newline at end of file -- cgit v1.2.3