Search found 1 match

by Webdev30
Sat May 04, 2024 8:09 am
Forum: Tutorials
Topic: [Updated] Simple register page code using Lua scripting
Replies: 5
Views: 7030

Re: [Updated] Simple register page code using Lua scripting

Sir, why is there no error message whenever errors occur? Please help 🙏. -- Checks if a continue URL has been defined. If not, it is defined as the Home page continue = req.get.continue or "/" -- Check if the user is already logged in. If yes, redirect to continue URL if (env.userid ~= 0) ...