mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 05:56:27 +02:00
operator build debug and fix. Faktura warning state
This commit is contained in:
parent
2e2c824dbe
commit
5b32d2b7f5
40 changed files with 254 additions and 1203 deletions
|
@ -2,7 +2,7 @@
|
|||
ServerName shareedms-operator.example.tld
|
||||
ServerAlias shareedms-operator1.example.tld
|
||||
|
||||
ServerAdmin info@gnu-systems.de
|
||||
ServerAdmin admin@example.tld
|
||||
DocumentRoot /var/www/copri4/shareedms-operator
|
||||
|
||||
ErrorLog /var/log/apache2/shareedms-operator-error.log
|
||||
|
@ -18,7 +18,7 @@
|
|||
<IfModule mod_ssl.c>
|
||||
<VirtualHost *:443>
|
||||
ServerName shareedms-operator1.example.tld
|
||||
ServerAdmin info@gnu-systems.de
|
||||
ServerAdmin admin@example.tld
|
||||
DocumentRoot /var/www/copri4/shareedms-operator
|
||||
AddHandler cgi-script .cgi .sh .pl
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
|||
|
||||
<VirtualHost *:443>
|
||||
ServerName shareedms-operator.example.tld
|
||||
ServerAdmin info@gnu-systems.de
|
||||
ServerAdmin admin@example.tld
|
||||
DocumentRoot /var/www/copri4/shareedms-operator
|
||||
|
||||
|
||||
|
|
1
copri4/shareedms-operator/css
Symbolic link
1
copri4/shareedms-operator/css
Symbolic link
|
@ -0,0 +1 @@
|
|||
../main/css
|
|
@ -1 +0,0 @@
|
|||
../../main/css/bootstrap-icons-1.5.0
|
|
@ -1 +0,0 @@
|
|||
../../main/css/favicon.ico
|
|
@ -1 +0,0 @@
|
|||
../../main/css/local_style_2.css
|
|
@ -139,7 +139,7 @@ sub tpl(){
|
|||
if($main_id >= "100000"){
|
||||
my $mstyle="";
|
||||
|
||||
my $dbh_primary = $dbt->dbconnect_extern("sharee_primary");
|
||||
my $dbh_primary = $dbt->dbconnect_extern($dbt->{primary}->{sharee_primary}->{database}->{dbname});
|
||||
my $users_dms_primary = { u_id => 0 };
|
||||
$users_dms_primary = $dbt->select_users($dbh_primary,$users_dms->{u_id},"and int02 >= 1");
|
||||
#print Dumper($users_dms_primary);
|
||||
|
@ -267,7 +267,7 @@ sub tpl(){
|
|||
###end bootstrap menue
|
||||
|
||||
#node_name=DMS
|
||||
if($varenv->{dbname} eq "sharee_primary" && $main_id == "100002"){
|
||||
if($varenv->{dbname} eq $dbt->{primary}->{sharee_primary}->{database}->{dbname} && $main_id == "100002"){
|
||||
my $big2menu="";
|
||||
#while (my ($key, $value) = each %{ $dbt->{operator} }) {
|
||||
foreach my $key (sort keys (%{ $dbt->{operator} })) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue