Skip to content

Commit

Permalink
2.0.1 minor patch
Browse files Browse the repository at this point in the history
just fixed minor issues
  • Loading branch information
x35gaming committed Dec 1, 2019
1 parent 9777510 commit 1943814
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
</div>
<input type="submit" value="Login" id='input_submit' class='input_field'>
<span id='create_account'>
<a href="./manage.php">Log in via session &#x27A1; </a>
<a href="./manage.php">Log in via session &rsaquo;&rsaquo;&rsaquo; </a><br>
<a href="../">&lsaquo;&lsaquo;&lsaquo; Back to home </a>
</span>
</form></div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
"links": [
{
"url": "./index.php",
"name": "home"
"name": "Home"
},
{
"url": "./chats/",
"name": "chat"
"name": "Chat"
},
{
"url": "./index.php?page=404",
"name": "404"
"url": "./forum",
"name": "Forum"
},
{
"url": "./core/testtheme.php",
"name": "test theme"
"name": "Theme demo"
}
],
"footertext": "Footer",
"footertext": "",
"backgroundimg": "core/assets/lion.jpg",
"adminuser": "admin",
"password-hash": "$2y$10$wT.ioqhxUowY1Y1IK8XaxO3Nadnj2TqWDIsPVGbHq1gWs3FdS0ndq",
Expand Down

0 comments on commit 1943814

Please sign in to comment.