added more calls
This commit is contained in:
+1
-1
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user