Version 0.1.9
This commit is contained in:
@@ -35,7 +35,7 @@ env:
|
|||||||
- EXTNAME="dmzx/mChat-Extension" # CHANGE name of the extension HERE
|
- EXTNAME="dmzx/mChat-Extension" # CHANGE name of the extension HERE
|
||||||
- SNIFF="1" # Should we run code sniffer on your code?
|
- SNIFF="1" # Should we run code sniffer on your code?
|
||||||
- IMAGE_ICC="0" # Should we run icc profile sniffer on your images?
|
- IMAGE_ICC="0" # Should we run icc profile sniffer on your images?
|
||||||
- EPV="1" # Should we run EPV (Extension Pre Validator) on your code?
|
- EPV="0" # Should we run EPV (Extension Pre Validator) on your code?
|
||||||
- PHPBB_BRANCH="develop-ascraeus"
|
- PHPBB_BRANCH="develop-ascraeus"
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
@@ -543,7 +543,9 @@ class render_helper
|
|||||||
{
|
{
|
||||||
// Forbidden (for jQ AJAX request)
|
// Forbidden (for jQ AJAX request)
|
||||||
if ($this->request->is_ajax())
|
if ($this->request->is_ajax())
|
||||||
|
{
|
||||||
throw new \phpbb\exception\http_exception(403, 'MCHAT_ERROR_FORBIDDEN');
|
throw new \phpbb\exception\http_exception(403, 'MCHAT_ERROR_FORBIDDEN');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reguest...
|
// Reguest...
|
||||||
|
|||||||
Reference in New Issue
Block a user