authenticationadminpage.inc.php 181 Bytes
<?php

require_once(KT_LIB_DIR . '/dispatcher.inc.php');

class KTAuthenticationAdminPage extends KTAdminDispatcher {
    function do_main() {
        return "Hello there";
    }
}