Add vim modelines to all files.
[htmlpurifier.git] / library / HTMLPurifier / URIScheme / https.php
blob29e380919f0d746e2e7d41c27002f2582b9a4826
1 <?php
3 /**
4 * Validates https (Secure HTTP) according to http scheme.
5 */
6 class HTMLPurifier_URIScheme_https extends HTMLPurifier_URIScheme_http {
8 public $default_port = 443;
12 // vim: et sw=4 sts=4