leviathan2/controllers/app.php

11 lines
111 B
PHP

<?php
class AppController {
public function app() {
echo "Welcome to the leviathan!";
}
}