1
0
Fork 0

Yeah, and again notices ... (#5536)

* Yeah, and again notices ...

* And some more

* Block access without given user name

* Reformatting
This commit is contained in:
Michael Vogel 2018-08-01 07:29:58 +02:00 committed by Tobias Diekershoff
commit 9d0f18c0b3
8 changed files with 82 additions and 68 deletions

View file

@ -132,7 +132,7 @@ function manage_content(App $a) {
return;
}
if ($_GET['identity']) {
if (!empty($_GET['identity'])) {
$_POST['identity'] = $_GET['identity'];
manage_post($a);
return;