Skip to content

server detail - issue with s parameter #6

@Jimmi08

Description

@Jimmi08

There is this code:

$s = isset($_GET['s']) ? $_GET['s'] : "";
 
if (is_numeric($s))
{
  $lgsl_server_id = $s;
  require "lgsl_files/lgsl_details.php";
}

Server identificator has to be numeric but it is IP like /index.php?s=99.99.999.999

Questions:
it is intention?
it is problem with link to detail?
or
it is problem with parameters processing?

This sounds so familiar... I just can't remember what was fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions