Function __global->rescue_shortened_post_request
Definitions
sources/input_filter_2.php
- Detect if the POST request was shortened due to a limitation.If we're staff, try and fix it. If we're not staff, warn about it (as fixing it would subvert the reason for the restriction).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Preview
Code (PHP)
/**
* Detect if the POST request was shortened due to a limitation.If we're staff, try and fix it. If we're not staff, warn about it (as fixing it would subvert the reason for the restriction).
*
*/
function rescue_shortened_post_request()
* Detect if the POST request was shortened due to a limitation.If we're staff, try and fix it. If we're not staff, warn about it (as fixing it would subvert the reason for the restriction).
*
*/
function rescue_shortened_post_request()

