diff options
author | plegall <plg@piwigo.org> | 2009-02-12 23:20:40 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-02-12 23:20:40 +0000 |
commit | 51fe601ee9b9dda48bd0ca91fd78ab15586181ec (patch) | |
tree | f160800bdf2e46e9fda666e80a878a351d2b5976 /plugins/LocalFilesEditor/main.inc.php | |
parent | 612c9906fbfcec66ba0e2690de1785488c186150 (diff) |
merge r3132 from branch 2.0 to trunk
modification: phpwebgallery.net moves to piwigo.org
modification: doc/README_*.txt much simpler with link to piwigo.org for
installation and upgrade guides.
modification: latest_version has changed its path on the website to download
directory.
deletion: doc/ChangeLog was useless and outdated.
git-svn-id: http://piwigo.org/svn/trunk@3133 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | plugins/LocalFilesEditor/main.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/LocalFilesEditor/main.inc.php b/plugins/LocalFilesEditor/main.inc.php index 110cefaa8..41c12e5df 100644 --- a/plugins/LocalFilesEditor/main.inc.php +++ b/plugins/LocalFilesEditor/main.inc.php @@ -3,7 +3,7 @@ // | Piwigo - a PHP based picture gallery | // +-----------------------------------------------------------------------+ // | Copyright(C) 2008-2009 Piwigo Team http://piwigo.org | -// | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net | +// | Copyright(C) 2003-2008 PhpWebGallery team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ // | This program is free software; you can redistribute it and/or modify | @@ -25,7 +25,7 @@ Plugin Name: LocalFiles Editor Version: 2.0 Description: Edit local files from administration panel / Editeur de fichiers locaux -Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=144 +Plugin URI: http://piwigo.org/ext/extension_view.php?eid=144 Author: Piwigo team Author URI: http://piwigo.org */ |