mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
rex_pcre is now rex_pcre2
This commit is contained in:
parent
5dd7c7269f
commit
c0e38b19a0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ local logger = require("log")
|
|||
local url_parser = require "socket.url"
|
||||
|
||||
-- Import Perl regular expressions library
|
||||
local rex = require "rex_pcre"
|
||||
local rex = require "rex_pcre2"
|
||||
|
||||
local is_logged_in = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue