From 3ecdb1300b3919408cc3dd51efcbc242593f07cd Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 25 Nov 2005 21:54:20 +0000 Subject: - feature 147 added: add a menu to manage manually create_listing_file.php on remote sites git-svn-id: http://piwigo.org/svn/trunk@954 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/create_listing_file.php | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'tools/create_listing_file.php') diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index 3111a71c5..299e32bab 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -480,8 +480,9 @@ if (isset($_GET['action'])) } else { - $page['action'] = 'generate'; + $page['action'] = ''; } + echo '
';
 switch ($page['action'])
 {
@@ -547,6 +548,25 @@ switch ($page['action'])
     }
     break;
   }
+  default :
+  {
+    // Menu de lancement pour la mise à jour manuel des sites distant
+    echo '
+ +
';
+  }
 }
 echo '
'; ?> -- cgit v1.2.3