Dump everything from SVN
This commit is contained in:
13
subs/timetable_programs.backend.php
Normal file
13
subs/timetable_programs.backend.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* /subs/timetable_programs.backend.php
|
||||
* @version 1.0
|
||||
* @desc timetable based on programs backend
|
||||
* @author Fándly Gergő Zoltán
|
||||
* @copy 2017 Fándly Gergő Zoltán
|
||||
*/
|
||||
|
||||
$whereand="";
|
||||
if($_SESSION['accesslevel']<2){
|
||||
$whereand="and u.class='".$_SESSION['class']."' ";
|
||||
}
|
Reference in New Issue
Block a user