XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
http.php
Go to the documentation of this file.
1
<?php
2
6
class
HTMLPurifier_URIScheme_http
extends
HTMLPurifier_URIScheme
{
7
8
public
$default_port
= 80;
9
public
$browsable
=
true
;
10
public
$hierarchical
=
true
;
11
12
public
function
doValidate
(&$uri,
$config
, $context) {
13
$uri->userinfo = null;
14
return
true
;
15
}
16
17
}
18
19
// vim: et sw=4 sts=4
L:
0xoops
xoops-2.5.6
htdocs
xoops_lib
modules
protector
library
HTMLPurifier
URIScheme
http.php
Generated on Fri May 10 2013 01:04:31 for XOOPS 2.5.6 by
1.8.3.1