|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00006 class HTMLPurifier_URIScheme_https extends HTMLPurifier_URIScheme_http { 00007 00008 public $default_port = 443; 00009 00010 } 00011 00012 // vim: et sw=4 sts=4