aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-07 06:20:27 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-07 06:20:27 -0700
commitadce88e564f2e9a6c8487bf23762afe1413ed263 (patch)
treeb789d38aad78dd76c3638227af73a9212688731a /boot.php
parentedff5b5289f80be89e4fc6b072ccd84812960349 (diff)
downloadvolse-hubzilla-adce88e564f2e9a6c8487bf23762afe1413ed263.tar.gz
volse-hubzilla-adce88e564f2e9a6c8487bf23762afe1413ed263.tar.bz2
volse-hubzilla-adce88e564f2e9a6c8487bf23762afe1413ed263.zip
photo editing
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index f1f955637..c1fbf2985 100644
--- a/boot.php
+++ b/boot.php
@@ -498,3 +498,6 @@ function expand_acl($s) {
}
+function sanitise_acl(&$item) {
+ $item = '<' . intval(notags(trim($item))) . '>';
+}