Subversion Repositories personal-webbase

Compare Revisions

Regard whitespace Rev 10 → Rev 11

/trunk/modules/main_administration/autostart/4.inc.php
22,7 → 22,7
 
if ($fehler == '')
{
ib_change_config('admin_pwd', md5($apw1), 'main_administration');
ib_change_config('admin_pwd', md5($apw1), 'main_administration');// TODO: use sha3 hash, salted and peppered
if (!headers_sent()) header('location:'.$_SERVER['PHP_SELF']);
}
}