From ad4a7ff9159c2c64cea98d7189f46fa7d6174fc2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 4 Sep 2011 21:13:47 -0400 Subject: Screw it, I'm tired of trying to break this into individual commits --- src/controllers/Main.class.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/controllers/Main.class.php (limited to 'src/controllers/Main.class.php') diff --git a/src/controllers/Main.class.php b/src/controllers/Main.class.php new file mode 100644 index 0000000..7651b62 --- /dev/null +++ b/src/controllers/Main.class.php @@ -0,0 +1,9 @@ +showView('index'); + } +} -- cgit v1.2.3-2-g168b