added more calls

This commit is contained in:
dev-chiefworks
2023-05-26 14:57:45 -04:00
parent 7d830711b3
commit f6dfe922f0
30 changed files with 603 additions and 32 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ echo "<table class='table table-striped'>";
foreach($tArr as $rr){
$i++;
$urlS = $dm.$rr[0].".php";
echo "<tr><td style='width: 20px'>$i</td><td style='width: 120px'><a href='".$urlS ."' target='BLANK'>".$urlS ."</a></td><td>".$rr[1]."</td></tr>";
echo "<tr ><td style='width: 20px'>$i</td><td style='width: 120px'><a href='".$urlS ."' target='BLANK'>".$urlS ."</a></td><td>".$rr[1]."</td></tr>";
}
echo "</table>";