pool/web
Tanguy Pruvot 6d52259c11 history: prefer block algo field in case of algo change
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') {
2018-06-11 03:56:34 +02:00
..
assets Fixes to handle the newer framework and jquery assets 2016-05-01 19:10:23 +02:00
extensions init 2015-07-02 20:58:45 +02:00
framework framework: remove an extra php end tag 2017-08-24 16:19:53 +02:00
images Squashed commit for segwit support: 2017-11-28 11:55:20 +01:00
yaamp history: prefer block algo field in case of algo change 2018-06-11 03:56:34 +02:00
.htaccess some security fixes + lighttpd config sample 2015-07-02 22:48:12 +02:00
blocks.sh cronjob: migrate other scripts to the new console 2017-07-30 23:01:39 +02:00
favicon.ico change favicon 2015-07-14 09:28:59 +02:00
index.php Never affect REMOTE_ADDR with HTTP_X_FORWARDED_FOR 2017-08-14 12:46:01 +02:00
keys.sample.php binance: auth rest api function 2018-01-14 20:11:16 +01:00
loop2.sh cronjob: migrate other scripts to the new console 2017-07-30 23:01:39 +02:00
main.sh cronjob: migrate other scripts to the new console 2017-07-30 23:01:39 +02:00
robots.txt robots: throw an error 403 to bots ignoring robots.txt 2017-05-27 05:21:37 +02:00
run.php upgrade to yii framework 1.1.18 2017-05-17 10:28:27 +02:00
runconsole.php cron: create a class to handle console threads 2017-07-29 22:51:47 +02:00
serverconfig.sample.php config: new server var to disable autocreation of coins 2018-04-20 17:36:57 +02:00