info[intperm

  1. ZeroHour

    Bug Missing isset() code checks

    Hi Moved to 4.2.3 and spotted a few errors related to: PHP Error: Undefined index: For example on line 231 of /dbtech/vbsecurity/includes/class_core.php you have: if (!$info['intperm']) but it should be: if (!isset($info['intperm']))
Back
Top