Add mini admin panel

This commit is contained in:
Roman Pyrih
2025-12-17 12:02:31 +01:00
parent eb422001e3
commit 1d05064a51
12 changed files with 499 additions and 0 deletions

5
salony/pages/logout.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
session_start();
session_destroy();
header('Location: ../');
exit;