From ab6f96964aef65c6c284501ac2027eb4435a1bfc Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 13 Mar 2009 23:37:34 +0000 Subject: bug 926 fixed: change links to piwigo.org so that they go to existing URLs. new: if the current language is french, the links go to fr.piwigo.org insted. git-svn-id: http://piwigo.org/svn/branches/2.0@3196 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/create_listing_file.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/create_listing_file.php') diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index f93707292..13fb057ab 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -31,7 +31,7 @@ $conf['version'] = '2.0'; // URL of main gallery // Example : http://www.my.domain/my/directory -$conf['gallery'] = 'http://demo.piwigo.net/'; +$conf['gallery'] = 'http://piwigo.org/demo'; // prefix for thumbnails in "thumbnail" sub directories $conf['prefix_thumbnail'] = 'TN-'; @@ -1688,7 +1688,7 @@ if ($_SESSION['scan_step'] == 'exit') -- cgit v1.2.3