Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit 2bb7e73

Browse files
committed
Rename index.php to dashboard.php
1 parent b7a23bc commit 2bb7e73

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
$route->any('/', function () use ($main) {
4444
include "../pages/header.php";
45-
include "../pages/webinterface/index.php";
45+
include "../pages/webinterface/dashboard.php";
4646
include "../pages/footer.php";
4747
});
4848

0 commit comments

Comments
 (0)