From 328869000967d072950650bb9a6ee7760b877ee3 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sat, 16 Dec 2006 10:22:31 +0000 Subject: Admin menu git-svn-id: http://piwigo.org/svn/trunk@1665 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'admin.php') diff --git a/admin.php b/admin.php index 283b4c332..a4bf4af82 100644 --- a/admin.php +++ b/admin.php @@ -108,7 +108,15 @@ $template->assign_vars( 'L_ADMIN_HINT' => $lang['hint_admin'] ) ); - +if ($conf['allow_web_services']) +{ + $template->assign_block_vars( + 'web_services', + array( + 'U_WS_CHECKER'=> $link_start.'ws_checker', + ) + ); +} if ($conf['allow_random_representative']) { $template->assign_block_vars( -- cgit v1.2.3