mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-22 17:16:06 +00:00
We'll use AwlQuery in all of this.
This commit is contained in:
parent
8008dc3943
commit
c1fa789a44
@ -5,6 +5,8 @@ require_once('classBrowser.php');
|
||||
include("DAViCalSession.php");
|
||||
$session->LoginRequired();
|
||||
|
||||
require_once('AwlQuery.php');
|
||||
|
||||
param_to_global('action', '{(edit|browse)}', 'action');
|
||||
param_to_global('component', '{[a-z0-9-_]+}', 't');
|
||||
param_to_global('id', '{[a-z0-9-_]+}', 'id');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user