engelsystem/includes/pages/user_myshifts.php

7 lines
54 B
PHP

<?php
function user_myshifts() {
return "bla";
}
?>