mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-09-03 17:53:05 +00:00
remove testing construction
This commit is contained in:
parent
ed240d53b0
commit
29197ab904
@ -200,7 +200,7 @@ class MySQL {
|
|||||||
|
|
||||||
public function getHostPagesByIndexed() {
|
public function getHostPagesByIndexed() {
|
||||||
|
|
||||||
$query = $this->_db->query('SELECT * FROM `hostPage` WHERE `timeUpdated` IS NOT NULL AND `timeBanned` IS NULL LIMIT 100,1'); // @TODO
|
$query = $this->_db->query('SELECT * FROM `hostPage` WHERE `timeUpdated` IS NOT NULL AND `timeBanned` IS NULL');
|
||||||
|
|
||||||
return $query->fetchAll();
|
return $query->fetchAll();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user