Home
last modified time | relevance | path

Searched refs:ip (Results 1 – 3 of 3) sorted by relevance

/web-bugs/www/
H A Dvote.php41 $ip = false;
49 if ($ip) { array_unshift($ips, $ip); $ip = false; }
55 $ip = $ips[$i];
60 return ($ip ? $ip : $_SERVER['REMOTE_ADDR']);
63 $ip = ip2long(get_real_ip()); variable
67 if (empty($container->get(VoteRepository::class)->findOneByIdAndIp($id, $ip))) {
72 {$id}, {$ip}, {$score}, " .
94 $ip
/web-bugs/src/Repository/
H A DVoteRepository.php27 public function findOneByIdAndIp(int $id, string $ip): array argument
32 $statement->execute([$id, $ip]);
/web-bugs/sql/
H A Dschema.sql100 ip int(10) unsigned NOT NULL default '0', field

Completed in 10 milliseconds