X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Fhtml%2Fupgrade.php;h=38eefe6f4abbaf578aa8caf3f35bf1bbdbd5026f;hp=580868456ed45dda73ca420316b04b3402329927;hb=81b566d916827fa6ee03b6fbf06c180ec249e7e7;hpb=42ad41096b29573ca0429b316d364195eac02e8e diff --git a/inc/html/upgrade.php b/inc/html/upgrade.php index 5808684..38eefe6 100644 --- a/inc/html/upgrade.php +++ b/inc/html/upgrade.php @@ -30,7 +30,7 @@ return true; } - require_once ("./inc/db/mysql.php"); + require_once ("./inc/db/" . (defined ("DBTYPE")? DBTYPE: "mysql") . ".php"); require_once ("./inc/install_utils.php"); require_once ("./inc/utils.php");