1
0
Fork 0

photo editing

This commit is contained in:
Mike Macgirvin 2010-08-07 06:20:27 -07:00
commit adce88e564
7 changed files with 95 additions and 15 deletions

View file

@ -1,9 +1,5 @@
<?php
function sanitise_acl(&$item) {
$item = '<' . intval(notags(trim($item))) . '>';
}
function item_post(&$a) {
if((! local_user()) && (! remote_user()))