You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
142 B
PHTML

2 years ago
<?php
session_start();
2 years ago
2 years ago
require("view/header.php");
2 years ago
require("view/mainPage.php");
2 years ago
2 years ago
require("view/sidebar.php");
include("view/footer.php");