From 06570f8560cbc75238e03a174512dc2c84ced07b Mon Sep 17 00:00:00 2001 From: Fredrick Brennan Date: Fri, 13 Mar 2015 12:53:27 +0800 Subject: [PATCH] Oops forgot a file --- report.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 report.php diff --git a/report.php b/report.php new file mode 100644 index 00000000..405626f7 --- /dev/null +++ b/report.php @@ -0,0 +1,21 @@ + $global, 'post' => $post, 'board' => $board, 'captcha' => $captcha, 'config' => $config]); +echo Element('page.html', ['config' => $config, 'body' => $body]);