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