mirror of
https://github.com/sigmasternchen/drnk.me
synced 2025-03-15 17:58:54 +00:00
6 lines
72 B
PHP
6 lines
72 B
PHP
![]() |
<?php
|
||
|
|
||
|
return function (array &$context) {
|
||
|
echo "Hello World 2";
|
||
|
};
|