diff options
author | rub <rub@piwigo.org> | 2007-04-07 15:33:18 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-04-07 15:33:18 +0000 |
commit | 77beb97a94ac8dd72d12971b8fe4643f5a4fd1ba (patch) | |
tree | 769c0ef97a110c29eb7e49a09cae4216a164bacd /upgrade.php | |
parent | e853154f9d24e75c77d70080f3d344af660fd106 (diff) |
Add upgrade_feed.php on files list to delete on upgrade.
git-svn-id: http://piwigo.org/svn/trunk@1940 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | upgrade.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/upgrade.php b/upgrade.php index b2ab1cded..26da72e0a 100644 --- a/upgrade.php +++ b/upgrade.php @@ -2,10 +2,9 @@ // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | -// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ -// | branch : BSF (Best So Far) -// | file : $RCSfile$ +// | file : $Id$ // | last update : $Date: 2006-11-09 23:13:33 +0100 (jeu, 09 nov 2006) $ // | last modifier : $Author: plg $ // | revision : $Revision: 1599 $ @@ -266,7 +265,7 @@ else array_push( $page['infos'], - '[security] delete files "upgrade.php", "install.php" and "install" + '[security] delete files "upgrade.php", "upgrade_feed.php", "install.php" and "install" directory' ); |