justicenode / php-wol

PHP WakeOnLan Interface
GNU General Public License v3.0
33 stars 19 forks source link
bootstrap css3 html5 javascript jquery php wake-on-lan wakeonlan

PHP WakeOnLan

A simple PHP WakeOnLan UI

Screenshot01

How to install

Requirements
Installation
  1. Clone the repo and copy the html folder into your webroot
  2. Change the lines below in config.php to fit your mysql setup (DO NOT CREATE DB)
private $servername = "localhost";
private $username = "root";
private $password = "";
private $database = "php-wol";
Notes