summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2018-09-23 22:37:29 -0400
committerMalf Furious <m@lfurio.us>2018-09-23 22:37:29 -0400
commit1b85794742cabc9fbaef4d260bc597788240f0db (patch)
tree132e76e5ab58ca490af4f09180a5c177cc06ffd9
parentdd499f3b42e760ed26b0be180274422ea3941158 (diff)
downloadscrott-1b85794742cabc9fbaef4d260bc597788240f0db.tar.gz
scrott-1b85794742cabc9fbaef4d260bc597788240f0db.zip
dashboard: Remove extra things
-rw-r--r--app/view/dashboard.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/view/dashboard.php b/app/view/dashboard.php
index 686eae9..839a9bb 100644
--- a/app/view/dashboard.php
+++ b/app/view/dashboard.php
@@ -29,9 +29,7 @@ require_once "view/stdpage.php";
<div class="container">
<div class="jumbotron">
- <img src="static/img/null.jpg" alt="null" class="img-circle" height="100" /><br />
- Welcome to the dashboard. There is no content yet.<br />
- <a href="<?=ar()?>/logout">Logout</a><br />
+ Welcome to the dashboard. There is no content yet.
</div>
</div>