summaryrefslogtreecommitdiff
path: root/lib/study/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/study/index.php')
-rw-r--r--lib/study/index.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/study/index.php b/lib/study/index.php
deleted file mode 100644
index 6b43d53..0000000
--- a/lib/study/index.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-if ($user['id'] == 0) {
- $message = "You must create an account to use this study program.";
-}
-
-require("tpl/study/index.php");