Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit d59faf3

Browse files
authored
Fixed admin.css not loading
1 parent c7a72bf commit d59faf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/logs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<html>
5151
<head>
5252
<title><?php echo $configs["sitename"] ?> - Admin Panel</title>
53-
<link rel="stylesheet" href="/css/admin.css">
53+
<link rel="stylesheet" href="../css/admin.css">
5454
</head>
5555
<body>
5656
<?php include('sidebar.php');?>

0 commit comments

Comments
 (0)