"f/Identity/Models/Html/Puntal/themes/punbb/index.php" did not exist on "09cf0d1aac4bf08e76df849d34503ece4fbdc844"
Select Git revision
artwork-archive
Open with
- Visual Studio Code
- IntelliJ IDEA
Download source code
Your workspaces
A workspace is a virtual sandbox environment for your code in GitLab.
No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.
Alain Reguera Delgado authored
- Don't use FLAG_ANSWER directly on verifications. Use an
intermediate variable and assign the value of FLAG_ANSWER
variable to the intermediate variable. This we each time a yes
or no request line is called the value of answer is reset.
Otherwise, if value is not reset, we may end up with positive
answer on all yes or no requests and that is no what
AsYesOrNoRequestLine option exists for.