mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 22:16:26 +02:00
user registry and merchant select
This commit is contained in:
parent
36a0bb4a23
commit
4ccea2b0a1
75 changed files with 154 additions and 118 deletions
0
copri4/main/src/scripts/Ilockauth.class
Normal file → Executable file
0
copri4/main/src/scripts/Ilockauth.class
Normal file → Executable file
0
copri4/main/src/scripts/Ilockauth.java
Normal file → Executable file
0
copri4/main/src/scripts/Ilockauth.java
Normal file → Executable 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;
|
||||
|
|
|
@ -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
0
copri4/main/src/scripts/Ilockkeygen.class
Normal file → Executable file
0
copri4/main/src/scripts/Ilockkeygen.java
Normal file → Executable file
0
copri4/main/src/scripts/Ilockkeygen.java
Normal file → Executable 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 *";
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue