Add to the log
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ include $_SERVER['DOCUMENT_ROOT'] . '/includes/head.php';
|
||||
|
||||
$data = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/assets/data/log.json'), true);
|
||||
$entries = $data['entries'] ?? [];
|
||||
$fields = ['listening', 'watching', 'reading', 'working on', 'thinking'];
|
||||
$fields = ['listening', 'watching','playing', 'reading', 'working on', 'thinking'];
|
||||
?>
|
||||
<body class="bg-[#0a0a0a] text-white min-h-screen">
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'; ?>
|
||||
|
||||
Reference in New Issue
Block a user