From 1ac359771cc26b8e6b02a0e360a302e7ecd248d7 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 10 Jan 2017 12:04:22 +0200 Subject: [PATCH] -Staistics started --- controllers/StatisticsController.php | 16 ++++++++++++++++ views/statistics/index.php | 20 ++++++++++++++++++++ 2 files changed, 36 insertions(+), 0 deletions(-) create mode 100755 controllers/StatisticsController.php create mode 100644 views/statistics/index.php diff --git a/controllers/StatisticsController.php b/controllers/StatisticsController.php new file mode 100755 index 0000000..d7dc58f --- /dev/null +++ b/controllers/StatisticsController.php @@ -0,0 +1,16 @@ +render('index'); + } + } diff --git a/views/statistics/index.php b/views/statistics/index.php new file mode 100644 index 0000000..e4e464d --- /dev/null +++ b/views/statistics/index.php @@ -0,0 +1,20 @@ + + +
+
+

Collapsable

+
+ +
+
+
+ The body of the box +
+
-- libgit2 0.21.4