Add descriptions
Add descriptions
This commit is contained in:
parent
5fc1bd155a
commit
aa8b071b3a
@ -8,7 +8,6 @@ function getRequestHistory () {
|
||||
$results = $db->query('SELECT date, hash, text FROM history;');
|
||||
$list = array();
|
||||
while ($row = $results->fetchArray()) {
|
||||
// var_dump($row);
|
||||
$list[] = '['. $row['date'] .']: ('. $row['hash'] .'): '. $row['text'];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user