Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #31

Merged
merged 1 commit into from Apr 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -3,7 +3,7 @@

HTPC Dashboard to load website services, written in PHP [Inspired by: [Managethis](https://github.com/Tenzinn3/Managethis) by [Tenzinn3](https://github.com/Tenzinn3)]
![Desktop screenshot](https://fat.gfycat.com/PitifulGreenArieltoucan.gif)
#Default Password is "iCauseFX"
# Default Password is "iCauseFX"

## Setup
**Requirements:** A webserver (nginx, Apache, IIS or any other webserver) configured with PHP5.5 support.
Expand All @@ -12,7 +12,7 @@ HTPC Dashboard to load website services, written in PHP [Inspired by: [Managethi
`` git clone https://github.com/causefx/iDashboard-PHP `` or download the ZIP-file.
- Place all files on a publically accessible webserver, either directly in the root, or inside a directory called ``Dashboard`` or whatever you want it to be called. Please set the correct user permissions on the directory and it's files.

##INSTRUCTIONS
## INSTRUCTIONS
Upload all contents of zip or git pull the zip into the folder you want to have this on your webserver. Set the correct file permission on the files.

Open up the index.php file once everything is uploaded. The script will install and copy the default template over.
Expand All @@ -23,10 +23,10 @@ Once the cookie expires you will need to login again

If you aren't logged in you or any guest will only see your guest enabled tabs

##Thank you to those who helped test... especially
## Thank you to those who helped test... especially
[Thank you: [Codehhh](https://github.com/Codehhh) by [Mmolitor87](https://github.com/mmolitor87)]

##Images
## Images

Guest View
![Desktop screenshot](http://i.imgur.com/KwEO6rp.png)
Expand Down