simplephango/modules/welcome/controllers/home.php

8 lines
67 B
PHP

<?php
function controller() {
return 'Welcome to my home';
}