Topic: PHP 8 Error
Here i dont know the reason with check_edit_access.
function check_edit_access($name)
{
global $input_security;
$access = @$input_security[$name];
if (!$access)
$access = @$input_security['']; // default access level
if (!$access)
return true; // if constraint is not defined edit access is allowed
return user_check_access($access);
}
Here the $input_security, this variable never used anywhere inside the system. @joe, @itronics, Looking your feedback
HRM CRM POS batch Themes