summaryrefslogtreecommitdiff
path: root/includes/pages/user_myshifts.php
blob: 669d927c38aa6e3afab73a876732940435f8d293 (plain)
1
2
3
4
5
6
7
<?php

function user_myshifts() {
	return "bla";
}

?>