mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 01:11:36 +02:00
* ACS checks in 'next' blocks can now have a default "catch all" by simply omitting the 'acs' portion of a condition
This commit is contained in:
parent
688e46bc47
commit
48c12ddffb
3 changed files with 31 additions and 10 deletions
|
@ -307,9 +307,9 @@
|
|||
{
|
||||
acs: AS2
|
||||
next: fullLoginSequenceLoginArt
|
||||
}
|
||||
}
|
||||
{
|
||||
acs: !AS2
|
||||
// acs: !AS2
|
||||
next: newUserInactiveDone
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue