From 969a91a1e3cff023139ae7fd065b81c921b713ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 3 Oct 2013 13:48:58 +0200 Subject: site_config is now embedded with poche --- install/update.php | 77 ------------------------------------------------------ 1 file changed, 77 deletions(-) delete mode 100644 install/update.php (limited to 'install') diff --git a/install/update.php b/install/update.php deleted file mode 100644 index 9548d334..00000000 --- a/install/update.php +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - updating poche - - -

update poche to 1.0-beta4

- -

Changelog

- -

To update your poche, please fill the following fields.

-

-

-
-
-
-
-

-login($_POST['login'], sha1($_POST['password'] . $_POST['login'] . SALT)); - if ($user != array()) { - $myconfig_file = '../inc/poche/myconfig.inc.php'; - # just change version number in config file - - if (!is_writable('../inc/poche/myconfig.inc.php')) { - die('You don\'t have write access to open ./inc/poche/myconfig.inc.php.'); - } - - if (file_exists($myconfig_file)) - { - $content = str_replace('1.0-beta3', '1.0-beta4', file_get_contents($myconfig_file)); - file_put_contents($myconfig_file, $content); - } -?> -

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 -- cgit v1.2.3