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/update.php')
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
-
- - enhancement: updating and installing poche are more easier
- - enhancement: poche now uses Full Text RSS to fetch content
- - enhancement: css and twig files are more clean, thanks to NumEricR and nicofrand
- - enhancement: updated german translation, thanks to HLFH
- - enhancement: add db/, cache/ and assets/ directories in versioning
- - enhancement: display messages when error with import, thanks to EliasZ
- - enhancement: poche compatibility test file
- - enhancement: #112: link with shaarli
- - enhancement: #162: links to firefox / chrome / android apps in config screen
- - bug: encode url to share with twitter / email / shaarli
- - bug: Add IPv4 url support (and others beginning by a digit)
- - bug: title page in article view was wrong
- - bug: #148: use of undefined constant POCHE_VERSION
- - bug: #149: can't poche theguardian.com
- - bug: #150: default title for untitled articles
- - bug: #151: HTML entities in titles are encoded twice
- - bug: #169: entries height with short description
- - bug: #175: IP addresses do not appear in "view original"
-
- 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