This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
core/mod/sslify.php

7 lines
65 B
PHP

<?php
function sslify_init(&$a) {
goaway($_REQUEST['url']);
}