diff options
-rw-r--r-- | include/common.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.inc.php b/include/common.inc.php index 4aaf940c1..085dff703 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -169,6 +169,7 @@ if ( !isset($conf['no_photo_yet']) // the message disappears at first photo and !(defined('IN_ADMIN') and IN_ADMIN) // no message inside administration and script_basename() != 'identification' // keep the ability to login + and script_basename() != 'ws' // keep the ability to discuss with web API and !isset($_SESSION['no_photo_yet']) // temporary hide ) { |