photo editing
This commit is contained in:
parent
edff5b5289
commit
adce88e564
7 changed files with 95 additions and 15 deletions
3
boot.php
3
boot.php
|
@ -498,3 +498,6 @@ function expand_acl($s) {
|
|||
}
|
||||
|
||||
|
||||
function sanitise_acl(&$item) {
|
||||
$item = '<' . intval(notags(trim($item))) . '>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue