Missing curly brace

This commit is contained in:
dpeca 2018-04-11 13:11:58 +02:00 committed by GitHub
commit f16de5905a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,4 +8,5 @@ if (!defined('NO_AUTH_REQUIRED2')) {
exit;
}
if (!isset($_COOKIE[$login_url])) exit;
}
}