mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
will not be used in normal cases, but you can temporary display 2 coin algos with that : in web/yaamp/modules/site/results/found_results.php @@ -19,6 +19,10 @@ WriteBoxHeader("Last $count Blocks ($algo)"); $criteria->condition .= " AND IFNULL(coin.visible,1)=1"; // ifnull for rental +if($algo == 'phi2') { + $criteria->condition .= " AND t.algo IN(:algo,'phi')"; + $criteria->params = array(':algo'=>$algo); +} else if($algo != 'all') { |
||
---|---|---|
.. | ||
assets | ||
extensions | ||
framework | ||
images | ||
yaamp | ||
.htaccess | ||
blocks.sh | ||
favicon.ico | ||
index.php | ||
keys.sample.php | ||
loop2.sh | ||
main.sh | ||
robots.txt | ||
run.php | ||
runconsole.php | ||
serverconfig.sample.php |