Update check.php

This commit is contained in:
Gabriel Kheisa 2023-05-26 10:41:50 +07:00 committed by GitHub
parent cc392cd685
commit b5e9f79f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ if ($result->num_rows > 0) {
// output data of each row
while($row = $result->fetch_assoc()) {
if($row["status"] == "1"){
echo "<a href=\"$vid\">Click here</a>";
echo "<a href=\"output/$vid\">Click here</a>";
}
else {
echo "Processing";