fix: mysqli auto-closes connections in PHP

Closes #328
This commit is contained in:
Martin Ambrus
2017-11-09 19:57:30 +01:00
parent fc6f338cd3
commit b943f08018
+1 -1
View File
@@ -221,7 +221,7 @@
echo "</tr>"; echo "</tr>";
} }
mysqli_close($con); //mysqli_close($con);
?> ?>
</tbody> </tbody>
</table> </table>