Skip to content

Commit

Permalink
Update resolver.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehuynh205 authored Jun 24, 2022
1 parent 05fb819 commit b3acc8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</style>
</head>
<body>
<div class="loader"></div>
<!--<div class="loader"></div>-->
</body>
</html>

Expand Down Expand Up @@ -143,10 +143,10 @@ function increase_reidrection($db, $ark_id) {

$count++;
if (mysqli_query($link, $query)) {
print_log("New record created successfully");
#print_log("New record created successfully");
}
else {
print_log("New record created failed");
#print_log("New record created failed");
}
mysqli_close($link);
}
Expand Down

0 comments on commit b3acc8f

Please sign in to comment.