backup
This commit is contained in:
10
php-s1/workshop6/index.php
Executable file
10
php-s1/workshop6/index.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$view = new stdClass();
|
||||
$view->pageTitle = 'Homepage';
|
||||
|
||||
require_once("logincontroller.php");
|
||||
|
||||
|
||||
|
||||
require_once('Views/index.phtml');
|
||||
Reference in New Issue
Block a user