mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 03:39:57 +03:00
related to #1530 status verification for option pages in configuration section
This commit is contained in:
parent
967cbe5e2a
commit
d0a331a4b5
9 changed files with 25 additions and 8 deletions
|
@ -11,6 +11,11 @@ if( !defined("PHPWG_ROOT_PATH") )
|
|||
die ("Hacking attempt!");
|
||||
}
|
||||
|
||||
if (!is_webmaster())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
function get_watermark_filename($list, $candidate, $step = 0)
|
||||
{
|
||||
global $change_name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue