Initial commit

This commit is contained in:
mmk2410 2015-10-21 10:47:50 +02:00
parent bdecb95b7d
commit 39ff574037
19 changed files with 851 additions and 0 deletions

11
res/php/closedb.php Normal file
View file

@ -0,0 +1,11 @@
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
if (isset($conn)) {
mysqli_close($conn);
}