X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=install%2Fupdate.php;fp=install%2Fupdate.php;h=0000000000000000000000000000000000000000;hb=6d7defc87cd6ce40910b66472168e3d86c362164;hp=8c93af6d2e1ad7718c8aeb27a9711e21408b157a;hpb=76beb271356f9a3cffd7416c8e35d43ba5157c31;p=github%2Fwallabag%2Fwallabag.git diff --git a/install/update.php b/install/update.php deleted file mode 100644 index 8c93af6d..00000000 --- a/install/update.php +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - updating poche - - -

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

- - - \ No newline at end of file