wiki.techinc.nl/includes/HttpFunctions.old.php
Sam Reed fa185cd0db Followup r76566
HttpFunctions.old.php had the same definition twice
2010-11-12 14:20:10 +00:00

12 lines
304 B
PHP

<?php
/**
* HttpRequest was renamed to MWHttpRequest in order
* to prevent conflicts with PHP's HTTP extension
* which also defines an HttpRequest class.
* http://www.php.net/manual/en/class.httprequest.php
*
* This is for backwards compatibility.
*/
class HttpRequest extends MWHttpRequest { }