CJDNS Admin GUI
===============

Allows access to the CJDNS Admin API via a GUI. Should be kept in a private, password protected location.


Dependencies
---------------
* [Bootstrap](http://twitter.github.com/bootstrap/)
* [CJDNS Admin PHP class](https://github.com/thefinn93/cjdns/tree/master/contrib/php)

Install
--------------
1. Place index.php in a (secure) location on your webserver. Do not allow the public to access it, as it will allow them to do nasty things (and do nasty things they will).
2. Put gui.js in a subfolder called js (or update the bottom of `index.php` to reflect it's location).
3. Correct all the script paths at the top and bottom of `index.php` (PHP at the top, Javascript at the bottom)
4. Visit the page to confirm it works. Just loading up the tabs is a good sign, try using the ping or memory functions to confirm everything works.