e0ac8448c7
MDL-9435 Reviewved url cleaning in redirect()
8 lines
124 B
PHP
8 lines
124 B
PHP
<?php
|
|
|
|
/**
|
|
* Return object from functions that signifies error when null doesn't cut it
|
|
*/
|
|
class HTMLPurifier_Error {}
|
|
|
|
?>
|