7 lines
54 B
PHP
7 lines
54 B
PHP
|
<?php
|
||
|
|
||
|
function user_myshifts() {
|
||
|
return "bla";
|
||
|
}
|
||
|
|
||
|
?>
|