summaryrefslogblamecommitdiff
path: root/lib/study/index.php
blob: 6b43d53303c2afbf15289b2d2d0ae58694fa2cdb (plain) (tree)
1
2
3
4
5
6
7

     



                                                                           
                               
<?php

if ($user['id'] == 0) {
	$message = "You must create an account to use this study program.";
}

require("tpl/study/index.php");