webmum/include/php/db_close.inc.php
2014-09-19 20:43:12 +02:00

7 lines
No EOL
48 B
PHP

<?php
/*
* Free resources
*/
$db->close();
?>