Revamped the administrator's user CP, big time. The admin module now uses a smart form and enables all profile fields, including users_extra, to be changed. Passwords are encrypted when sent. The whole CP has been split off into a different file to accomodate the large amount of code.
<?php
/**
* debugConsole includes
*
* @author Andreas Demmer <info@debugconsole.de>
* @see <http://www.debugconsole.de>
* @version 1.0.0
* @package debugConsole_1.2.1
*/
$path = dirname(__FILE__) . '/';
require_once $path . 'debugConsole.config.php';
require_once $path . 'debugConsole.class.php';
require_once $path . 'debugConsole.functions.php';
?>