user registry and merchant select

This commit is contained in:
Rainer Gümpelein 2022-01-09 18:31:20 +01:00
parent 36a0bb4a23
commit 4ccea2b0a1
75 changed files with 154 additions and 118 deletions

0
copri4/main/src/scripts/Ilockauth.class Normal file → Executable file
View file

0
copri4/main/src/scripts/Ilockauth.java Normal file → Executable file
View file

View file

@ -21,7 +21,7 @@ BEGIN {
$syshost = $ARGV[0] || die;
}
use lib "/var/www/copri4/$syshost/src";
use lib "/var/www/copri-bike/$syshost/src";
use strict;
use warnings;
use POSIX;

View file

@ -23,7 +23,7 @@ BEGIN {
$syshost = $ARGV[0] || die;
}
use lib "/var/www/copri4/$syshost/src";
use lib "/var/www/copri-bike/$syshost/src";
use strict;
use warnings;
use POSIX;

0
copri4/main/src/scripts/Ilockkeygen.class Normal file → Executable file
View file

0
copri4/main/src/scripts/Ilockkeygen.java Normal file → Executable file
View file

View file

@ -13,7 +13,7 @@ use vars qw($syshost);
BEGIN {
$syshost = $ARGV[0] || exit 1;
}
use lib "/var/www/copri4/$syshost/src";
use lib "/var/www/copri-bike/$syshost/src";
use strict;
@ -105,7 +105,7 @@ sub transport {
$smtp->auth($varenv->{sasl_username},$varenv->{sasl_password});
$smtp->mail($varenv->{mail_from});
if($hostname ne "$varenv->{live_hostname}"){
if($hostname ne "ginger"){
$mail_to = $varenv->{mail_testto};
$subject .= "* offline Test *";
}

View file

@ -16,7 +16,7 @@ BEGIN {
$syshost = $ARGV[0] || die 'syshost not defined';
}
use lib "/var/www/copri4/$syshost/src";
use lib "/var/www/copri-bike/$syshost/src";
use strict;
use warnings;

View file

@ -13,7 +13,7 @@ BEGIN {
$syshost = $ARGV[0] || die;
}
use lib "/var/www/copri4/$syshost/src";
use lib "/var/www/copri-bike/$syshost/src";
use strict;
use warnings;

View file

@ -19,7 +19,7 @@ BEGIN {
$syshost = $ARGV[0] || die;
}
use lib "/var/www/copri4/$syshost/src";
use lib "/var/www/copri-bike/$syshost/src";
use strict;
use warnings;
use POSIX;