X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Ftemplates_admin.php;h=90bdb52970d60d3fcb1449257395b90f932071d4;hp=814ca4566c362a5473478a46ebbe4c23fc981228;hb=3c74920cb66b4e6c47c7e8a0eaeed40ffb7e8544;hpb=3b38ca36fc18d34999073625a9c66dc2f05747a3 diff --git a/inc/templates_admin.php b/inc/templates_admin.php index 814ca45..90bdb52 100644 --- a/inc/templates_admin.php +++ b/inc/templates_admin.php @@ -2,11 +2,14 @@ /* Copyright (c) 2009 Arnaud Renevier, Inc, published under the modified BSD license. */ -require_once ("./inc/settings.php"); +$error = false; + +if (!@include_once ("./inc/settings.php")) { + $error = true; +} require_once ("./inc/db/mysql.php"); require_once ("./inc/utils.php"); -$error = false; try { $connection->connect (DBHOST, DBUSER, DBPWD, DBNAME, DBPREFIX); $usrtblexists = $connection->users_table_exists (); @@ -29,7 +32,7 @@ if (!$usrtblexists || !$itemstblexists) {

wizard.')?>

+ and go to wizard.')?>

", NotimageError: "", UnconsistentError: "", - UnknownError: "", DelSucces: "", - UpdateSucces: "" + UpdateSucces: "", + newUserNonameError: "", + newUserPasswordmatchError: "", + newUserExistsError: "", + newUserSuccess: "" }; var sypSettings = { @@ -96,7 +102,35 @@ if (!$usrtblexists || !$itemstblexists) {