11 lines
206 B
PHP
Executable File
11 lines
206 B
PHP
Executable File
<?php
|
|
|
|
$view = new stdClass();
|
|
$view->pageTitle = 'Profile Information';
|
|
//var_dump($_POST);
|
|
|
|
require_once("logincontroller.php");
|
|
require_once("persistence.php");
|
|
|
|
|
|
require_once('Views/persistence.phtml'); |