fix goaway link
This commit is contained in:
parent
973398b915
commit
9ac0922ff2
@ -62,7 +62,7 @@ function sharedwithme_content(&$a) {
|
|||||||
intval(local_user())
|
intval(local_user())
|
||||||
);
|
);
|
||||||
|
|
||||||
goaway(z_root() . '/sharedfiles');
|
goaway(z_root() . '/sharedwithme');
|
||||||
}
|
}
|
||||||
|
|
||||||
//drop all files - localuser
|
//drop all files - localuser
|
||||||
@ -73,7 +73,7 @@ function sharedwithme_content(&$a) {
|
|||||||
intval(local_user())
|
intval(local_user())
|
||||||
);
|
);
|
||||||
|
|
||||||
goaway(z_root() . '/sharedfiles');
|
goaway(z_root() . '/sharedwithme');
|
||||||
}
|
}
|
||||||
|
|
||||||
//list files
|
//list files
|
||||||
|
Reference in New Issue
Block a user