This repository has been archived on 2024-07-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
lwb5/scripts/site/main/handlers/login.inc

12 lines
139 B
PHP

<?php
class page_handler {
var $needsAuth = false;
var $ajax = array();
function handle($input) {
$this->output = "login";
}
}
?>