From 491e8adc7467de9f9aa6dbbebfcb8b82c676b46a Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 20 Apr 2011 14:52:52 +0000 Subject: feature:2271 Merge autoupdate plugin into piwigo core. git-svn-id: http://piwigo.org/svn/trunk@10511 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/updates.php | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 admin/updates.php (limited to 'admin/updates.php') diff --git a/admin/updates.php b/admin/updates.php new file mode 100644 index 000000000..97c56a2cd --- /dev/null +++ b/admin/updates.php @@ -0,0 +1,44 @@ +add('pwg', l10n('Piwigo Update'), $my_base_url); +$tabsheet->add('ext', l10n('Extensions Update'), $my_base_url.'&tab=ext'); +$tabsheet->select($page['tab']); +$tabsheet->assign(); + +include(PHPWG_ROOT_PATH.'admin/updates_'.$page['tab'].'.php'); + +?> \ No newline at end of file -- cgit v1.2.3