Update viewimage.php
This commit is contained in:
parent
991996697d
commit
3295b0d669
@ -203,7 +203,7 @@ if (!empty($hashp))
|
|||||||
$accessallowed = 1; // When using hashp, link is public so we force $accessallowed
|
$accessallowed = 1; // When using hashp, link is public so we force $accessallowed
|
||||||
$sqlprotectagainstexternals = '';
|
$sqlprotectagainstexternals = '';
|
||||||
}
|
}
|
||||||
elseif ($conf->global->TAKEPOS_AUTO_ORDER && isset($_GET["publictakepos"]))
|
elseif (! empty($conf->global->TAKEPOS_AUTO_ORDER) && isset($_GET["publictakepos"]))
|
||||||
{
|
{
|
||||||
$accessallowed = 1; // Only if TakePOS Public Auto Order is enabled and received publictakepos variable
|
$accessallowed = 1; // Only if TakePOS Public Auto Order is enabled and received publictakepos variable
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user