Force add mailcow_black/white
parent
be28877f68
commit
8adcc4fcd3
|
@ -207,8 +207,11 @@ while ($row = array_shift($rows)) {
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
apply "default" {
|
apply "default" {
|
||||||
MAILCOW_MOO = -999.0;
|
MAILCOW_WHITE = -999.0;
|
||||||
}
|
}
|
||||||
|
symbols [
|
||||||
|
"MAILCOW_WHITE"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
@ -302,10 +305,13 @@ while ($row = array_shift($rows)) {
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
apply "default" {
|
apply "default" {
|
||||||
MAILCOW_MOO = 999.0;
|
MAILCOW_BLACK = 999.0;
|
||||||
}
|
}
|
||||||
|
symbols [
|
||||||
|
"MAILCOW_BLACK"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue