|
|
@@ -1,10 +1,8 @@
|
|
|
# iDashboard-PHP
|
|
|
-HTPC Dashboard to load website services, written in PHP
|
|
|
+HTPC Dashboard to load website services, written in PHP [Inspired by: [Managethis](https://github.com/Tenzinn3/Managethis) by [Tenzinn3](https://github.com/Tenzinn3)]
|
|
|
>Default Password is "iCauseFX"
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
|
|
|
## Setup
|
|
|
**Requirements:** A webserver (nginx, Apache, IIS or any other webserver) configured with PHP5 support.
|
|
|
@@ -19,16 +17,16 @@ HTPC Dashboard to load website services, written in PHP
|
|
|
>Open up the index.php file once everything is uploaded. The script will install and copt the default template over.
|
|
|
|
|
|
>Now you can goto settings and change the tabs to whaever you like in whatever order and change your password.
|
|
|
-
|
|
|
+
|
|
|
|
|
|
>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
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
##This is just a rough beta...
|
|
|
->Verification is done through cookies which I will add another layer of security by adding hash to the cookie. Will be done soon.
|
|
|
->I need to fix the settings.php to include php die code so it will not be read from outside the server.
|
|
|
+>Verification is done through cookies and hashed passwords.
|
|
|
+>Still working on mobile portion.
|
|
|
|