v202101200653 t1.1.7 1.1.7
authorkilian (dks-laptop) <ksaffran@dks.lu>
Wed, 20 Jan 2021 05:53:19 +0000 (06:53 +0100)
committerkilian (dks-laptop) <ksaffran@dks.lu>
Wed, 20 Jan 2021 05:53:19 +0000 (06:53 +0100)
app/lib/dksconfig.pm
app/lib/dksdb.pm
app/tmpl/module/login/login.tt
desktopapp/package.json

index 2086bf9..bc0e4a4 100644 (file)
@@ -11,8 +11,8 @@ our @EXPORT_OK = qw($sitecfg);
 our $sitecfg ={
   cookiename => 'potlu',
   dbtype => 'PgPP',
-  dsn => 'DBI:PgPP:dbname=potlu2_db;host=localhost',
-  #dsn => 'DBI:PgPP:dbname=potlu2_db;host=sql12.your-server.de',
+  #dsn => 'DBI:PgPP:dbname=potlu2_db;host=localhost',
+  dsn => 'DBI:PgPP:dbname=potlu2_db;host=sql12.your-server.de',
   dbuser => 'potlu2_user',
   dbpassword => 'dMY8xGB6cBLzrDGE',
   page => 'index.tt',
index 0d40d53..3ca21b2 100644 (file)
@@ -20,7 +20,7 @@ sub new {
     my $class = shift;
     my $p = shift;
     my $self = bless {}, $class;
-    $self->{debug} = 1;
+    $self->{debug} = 0;
     $self->{dbh} = DBI->connect($p->{dsn},$p->{dbuser},$p->{dbpassword},{PrintError=>1,RaiseError=>1,AutoCommit=>1})  or return "query Connection Error!".$!;
     return $self;
 }
index d29756f..1486efe 100644 (file)
@@ -18,6 +18,6 @@
           </div>-->
 
           <div class="container padding-16">
-              [% ua %]
+              <!--[% ua %]-->
           </div>
         </form>
\ No newline at end of file
index 9b5bf4c..eef0ed4 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "POT",
-  "version": "1.1.6",
+  "version": "1.1.7",
   "description": "plan d'organisation du travail",
   "main": "main.js",
   "scripts": {