OOP Counter

This commit is contained in:
2024-07-12 12:12:31 +02:00
parent 6bb19ad6b0
commit 49a65d4d1a
28 changed files with 297 additions and 89 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
<html lang="en">
<head>
<?php include_once "../../base/meta.php" ?>
<?php require_once "../../base/meta.php" ?>
<title>Guest Book DB - Register</title>
@@ -11,9 +11,9 @@
<body>
<?php
// HTML
include_once "../../base/icons.php";
require_once "../../base/icons.php";
// PHP
include_once "../../base/headers.php";
require_once "../../base/headers.php";
Headers::html();
session_name("PHP_SESSION_guestBook");