]> dev.renevier.net Git - syp.git/blobdiff - inc/templates_install.php
better w3 standard support
[syp.git] / inc / templates_install.php
index e9a96ff0d43edd2917b5d08993c65f55d0dc3f35..d3def31fe5b96dbb7273298cb98f7ac777e2e65c 100644 (file)
@@ -7,7 +7,7 @@
 <html lang="<?php echo $lang?>">
 <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
-      <link rel="stylesheet" href="./media/install.css" type="text/css" />
+      <link rel="stylesheet" href="./media/install.css" type="text/css" >
       <title><?php ptrans ('SYP wizard')?></title>
       <script type="text/javascript">
       function init () {
             }
             par_success (trans ('User table created.'));
             try {
-                $connection->setpwd ("admin", $_POST ["admin_pass"], true);
+                $connection->setpwd ("admin", $_POST ["admin_pass"]);
             } catch (Exception $e) {
                 par_error_and_leave (trans ('Error when initializing password.'));
             }