This commit is contained in:
Krzysztof KrzysiekSiemv Smaga
2024-10-13 19:11:55 +02:00
parent eb805a994b
commit 619e221c61
18 changed files with 317 additions and 59 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
if(!isset($_SESSION['uToken_BE']))
header("location: be_login.php");
$site = ($_GET['s'] ?? "home");
$site = ($_GET['s'] ?? "_home");
$elements = array();
$dashboard_tabs_dir = "vendor/blog-engine/php/Dashboard/Tabs";