* Rename view file of metric.

This commit is contained in:
zhouxin
2023-09-06 10:57:46 +08:00
parent 9c5d1e90f6
commit 09efcfc1b5
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -11,5 +11,5 @@ declare(strict_types=1);
*/
namespace zin;
if($type == 'new') include 'viewnewmetric.html.php';
if($type == 'old') include 'viewoldmetric.html.php';
if($type == 'new') include 'viewphpmetric.html.php';
if($type == 'old') include 'viewsqlmetric.html.php';