Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/htmlpurifier/HTMLPurifier/URIScheme/https.php
Go to the documentation of this file.
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
 All Data Structures Namespaces Files Functions Variables Enumerations