mirror of
https://github.com/gabrielkheisa/meme-generator.git
synced 2025-08-21 11:31:14 +00:00
Update check.php
This commit is contained in:
@@ -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";
|
||||||
|
Reference in New Issue
Block a user