diff --git a/route/database.extend.php b/helper/database.alt.php similarity index 81% rename from route/database.extend.php rename to helper/database.alt.php index 0d08027..fd2c928 100644 --- a/route/database.extend.php +++ b/helper/database.alt.php @@ -1,13 +1,13 @@ - * @brief Database Connection Extender + * @brief Database alternative connecter */ -if(function_exists("get_db_extend_connect")) { - function get_db_extend_connect($db_driver) { +if(function_exists("get_db_alt_connect")) { + function get_db_alt_connect($db_driver) { $conn = false; switch($db_driver) {