1
0
Fork 0

profile edit hooks

This commit is contained in:
Friendika 2011-01-20 15:30:45 -08:00
commit aeb585fee1
3 changed files with 14 additions and 0 deletions

View file

@ -3,6 +3,7 @@
function network_init(&$a) {
if(! local_user()) {
notice( t('Permission denied.') . EOL);
return;
}