Added files to leviathan2
This commit is contained in:
commit
b91fe7b3a3
5 changed files with 1456 additions and 0 deletions
11
controllers/app.php
Normal file
11
controllers/app.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
class AppController {
|
||||
|
||||
public function app() {
|
||||
|
||||
echo "Welcome to the leviathan!";
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue