diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-07 06:20:27 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-07 06:20:27 -0700 |
commit | adce88e564f2e9a6c8487bf23762afe1413ed263 (patch) | |
tree | b789d38aad78dd76c3638227af73a9212688731a /boot.php | |
parent | edff5b5289f80be89e4fc6b072ccd84812960349 (diff) | |
download | volse-hubzilla-adce88e564f2e9a6c8487bf23762afe1413ed263.tar.gz volse-hubzilla-adce88e564f2e9a6c8487bf23762afe1413ed263.tar.bz2 volse-hubzilla-adce88e564f2e9a6c8487bf23762afe1413ed263.zip |
photo editing
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -498,3 +498,6 @@ function expand_acl($s) { } +function sanitise_acl(&$item) { + $item = '<' . intval(notags(trim($item))) . '>'; +} |