mirror of
https://github.com/gabrielkheisa/meme-generator.git
synced 2024-11-22 03:21:56 +07:00
Update check.php
This commit is contained in:
parent
cc392cd685
commit
b5e9f79f52
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user