This website requires JavaScript.
Explore
Help
Sign In
fr
/
fuel-stats
Watch
1
Star
0
Fork
0
You've already forked fuel-stats
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
d33d233f0f
fuel-stats
/
app
/
views
/
dashboard
/
index.php
4 lines
101 B
PHP
Raw
Normal View
History
Unescape
Escape
Auth logic is completed (signin, signup, logout), Added: Middlewares, RequireAuth middleware
2024-12-26 14:44:40 +01:00
<
h1
>
Welcome
<
?
=
$_SESSION
[
'user'
][
'username'
]
?>
!</h1>
Added: Habit creation logic
2024-12-26 18:47:00 +01:00
<
a
href
=
"
/habits/create
"
>
Create
new
Habit
</
a
>
Reference in New Issue
Copy Permalink