X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Fhtml%2Fadmin.php;h=63b6c4078f1da8c523a91e5e3ca705a7d69fa388;hp=7702b949b7408fd720eaf0f140b042af2e7e3fb1;hb=633d9d4e7f1055190aed797aa1ee28b8e3c79c0f;hpb=b8be7edca1802692be4d330c7065e5260fb348f6 diff --git a/inc/html/admin.php b/inc/html/admin.php index 7702b94..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"); + } +?> +