mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
Add upgrade_feed.php on files list to delete on upgrade.
Merge BSF 1939:1940 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1941 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+3
-4
@@ -2,10 +2,9 @@
|
|||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | PhpWebGallery - a PHP based picture gallery |
|
// | PhpWebGallery - a PHP based picture gallery |
|
||||||
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
|
// | 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 : $Id$
|
||||||
// | file : $RCSfile$
|
|
||||||
// | last update : $Date: 2006-11-09 23:13:33 +0100 (jeu, 09 nov 2006) $
|
// | last update : $Date: 2006-11-09 23:13:33 +0100 (jeu, 09 nov 2006) $
|
||||||
// | last modifier : $Author: plg $
|
// | last modifier : $Author: plg $
|
||||||
// | revision : $Revision: 1599 $
|
// | revision : $Revision: 1599 $
|
||||||
@@ -266,7 +265,7 @@ else
|
|||||||
|
|
||||||
array_push(
|
array_push(
|
||||||
$page['infos'],
|
$page['infos'],
|
||||||
'[security] delete files "upgrade.php", "install.php" and "install"
|
'[security] delete files "upgrade.php", "upgrade_feed.php", "install.php" and "install"
|
||||||
directory'
|
directory'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user