Wardenweb - PoC web gui for Warden ===================================== TOC: 1. Install 2. Usage 1. Install ----------- * create db.php as follows: ================================== <? $host = "localhost"; $dbname = "db"; $user = "user"; $pass = "pass"; require_once("./db.php.public"); $db = mysql_pconnect($host, $user, $pass); if (!$db) { die('Could not connect: ' . mysql_error()); } mysql_select_db($dbname); ?> ================================== 2. Usage ----------- This software is provided AS IS, nothing else.

Radoslav Bodó
authored