diff options
Diffstat (limited to 'lib/study/index.php')
-rw-r--r-- | lib/study/index.php | 7 |
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"); |