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