update poche to 1.0-beta3

Changelog

To update your poche, please fill the following fields.

login($_POST['login'], sha1($_POST['password'] . $_POST['login'] . $old_salt)); if ($user != array()) { $new_salt = md5(time() . $_SERVER['SCRIPT_FILENAME'] . rand()); $myconfig_file = '../inc/poche/myconfig.inc.php'; if (!is_writable('../inc/poche/')) { die('You don\'t have write access to create ./inc/poche/myconfig.inc.php.'); } if (!file_exists($myconfig_file)) { $fp = fopen($myconfig_file, 'w'); fwrite($fp, 'updatePassword($user['id'], sha1($_POST['password'] . $_POST['login'] . $new_salt)); ?>

your poche is up to date!

don't forget to delete ./install/ folder after the update.

go back to your poche