Ignore:
Timestamp:
Sep 23, 2023, 12:04:04 AM (8 months ago)
Author:
chronos
Message:
  • Fixed: Numeric check for input values.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Contract/Contract.php

    r951 r958  
    109109  function Show(): string
    110110  {
    111     if (array_key_exists('i', $_GET))
     111    if (array_key_exists('i', $_GET) and is_numeric($_GET['i']))
    112112    {
    113113      $Output = $this->GenerateContract(' AND (Id='.($_GET['i'] * 1).')');
Note: See TracChangeset for help on using the changeset viewer.