HelioNetworks/HelioLinkExchange

View on GitHub
cp.sec.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to undeclared function \mysql_query()
Open

$req1 = mysql_fetch_array(mysql_query('SELECT count(id) AS `nb` FROM `topsite` WHERE status="no"'));
Severity: Critical
Found in cp.sec.php by phan

Call to undeclared function \mysql_query()
Open

$q1 = mysql_query("SELECT * FROM `topsite` WHERE status='no'");
Severity: Critical
Found in cp.sec.php by phan

Call to undeclared function \mysql_fetch_array()
Open

$req1 = mysql_fetch_array(mysql_query('SELECT count(id) AS `nb` FROM `topsite` WHERE status="no"'));
Severity: Critical
Found in cp.sec.php by phan

Call to undeclared function \mysql_fetch_array()
Open

while ($inactive = mysql_fetch_array($q1)) {
Severity: Critical
Found in cp.sec.php by phan

Call to undeclared function \mysql_close()
Open

mysql_close();
Severity: Critical
Found in cp.sec.php by phan

There are no issues that match your filters.

Category
Status