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