Update index.php

This commit is contained in:
Namhyeon Go 2020-02-05 21:57:14 +09:00 committed by GitHub
parent 8776048502
commit 29198b0d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,4 +134,7 @@ if(!loadRoute($route, $shared_vars)) {
loadRoute("errors/404", $shared_vars);
}
// disconnect database
close_db_connect();
// EOF