11 lines
138 B
PHP
Executable File
11 lines
138 B
PHP
Executable File
<?php
|
|
|
|
$view = new stdClass();
|
|
$view->pageTitle = 'Homepage';
|
|
|
|
require_once("logincontroller.php");
|
|
|
|
|
|
|
|
require_once('Views/index.phtml');
|