mirror of
https://github.com/gabrielkheisa/meme-generator.git
synced 2024-11-22 11:31:59 +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
|
// output data of each row
|
||||||
while($row = $result->fetch_assoc()) {
|
while($row = $result->fetch_assoc()) {
|
||||||
if($row["status"] == "1"){
|
if($row["status"] == "1"){
|
||||||
echo "<a href=\"$vid\">Click here</a>";
|
echo "<a href=\"output/$vid\">Click here</a>";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo "Processing";
|
echo "Processing";
|
||||||
|
Loading…
Reference in New Issue
Block a user