mirror of
https://github.com/friendica/friendica
synced 2025-04-27 10:30:10 +00:00
unsafe chars in admin, add img to diaspora markdown processor
This commit is contained in:
parent
0f1bc6e957
commit
f8da48a880
3 changed files with 3 additions and 2 deletions
|
@ -344,7 +344,7 @@ function admin_page_site(&$a) {
|
|||
* Users admin page
|
||||
*/
|
||||
function admin_page_users_post(&$a){
|
||||
$pending = ( x(£_POST, 'pending') ? $_POST['pending'] : Array() );
|
||||
$pending = ( x($_POST, 'pending') ? $_POST['pending'] : Array() );
|
||||
$users = ( x($_POST, 'user') ? $_POST['user'] : Array() );
|
||||
|
||||
if (x($_POST,'page_users_block')){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue