diff options
author | rub <rub@piwigo.org> | 2006-10-21 12:07:00 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-10-21 12:07:00 +0000 |
commit | bc7b43345722917274a352dde49895e909fec6aa (patch) | |
tree | b0f86667d1aa9f10b0d1e98103d51f9b6e58e1a0 /include | |
parent | 60866f64c883091a7264299e3094c2ce733bfe91 (diff) |
Resolved Issue ID 0000356:
o Increase security on adviser mode
First modifications of n modifications.
All the others modifications will be done on BSF branch.
Merge branch-1_6 1558:1559 into BSF
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1569 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r-- | include/page_header.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/page_header.php b/include/page_header.php index 6a48b4b81..ca698fa5a 100644 --- a/include/page_header.php +++ b/include/page_header.php @@ -49,7 +49,8 @@ $template->assign_vars( 'LANG'=>$lang_info['code'], 'DIR'=>$lang_info['direction'], - 'TAG_INPUT_ENABLED' => ((is_adviser()) ? 'disabled onclick="return false;"' : '') +// 'TAG_INPUT_ENABLED' => ((is_adviser()) ? 'disabled onclick="return false;"' : '') + 'TAG_INPUT_ENABLED' => ((is_adviser()) ? '' : '') )); // refresh |