This commit is contained in:
boris
2025-02-06 12:30:01 +00:00
parent f30a8fe711
commit f64a9eadbe
176 changed files with 21418 additions and 0 deletions

10
php-s1/workshop6/page2.php Executable file
View File

@@ -0,0 +1,10 @@
<?php
$view = new stdClass();
$view->pageTitle = 'Page2';
//var_dump($_POST);
require_once("logincontroller.php");
require_once('Views/page2.phtml');