X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Fhtml%2Fadmin.php;h=63b6c4078f1da8c523a91e5e3ca705a7d69fa388;hp=d6d876b105aa570631c4e02cff7105d9ba60d569;hb=633d9d4e7f1055190aed797aa1ee28b8e3c79c0f;hpb=1eff14d093d541d9858f73ffca042de5a2bf3ea5 diff --git a/inc/html/admin.php b/inc/html/admin.php index d6d876b..63b6c40 100644 --- a/inc/html/admin.php +++ b/inc/html/admin.php @@ -7,7 +7,7 @@ $error = false; if (!@include_once ("./inc/settings.php")) { $error = true; } -require_once ("./inc/db/mysql.php"); +require_once ("./inc/db/" . (defined ("DBTYPE")? DBTYPE: "mysql") . ".php"); require_once ("./inc/utils.php"); try { @@ -53,9 +53,16 @@ if (!$usrtblexists || !$itemstblexists) { +\n"); + } +?> +