<?php
/*
* $Id: dsp.adminchgpasswdself.inc.php,v 1.2 2007-02-28 10:08:45 zerwes Exp $
* package: traffstats
* (c) Klaus Zerwes zero-sys.net
*/
$debug->filestart(__FILE__);
$dbtable = "admin";
foreach($userobj->_keys as $k => $v) {
$_REQUEST[$k] = $v;
}
unset($k);
unset($v);
require_once(ZEROSYS__BASESYSROOT."dspgenericpasswordchange.inc.php");
$debug->fileend(__FILE__);
?>