Este site funciona melhor com JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
babolivier
/
isen-rentree
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull Requests
0
Versões
0
Wiki
Atividade
25
Commits
1
Branch
Tag:
6032c0db11
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 6032c0db11
${ noResults }
isen-rentree
/
controllers
/
login.php
login.php
106B
Histórico
Original
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
function login()
{
return html("login.html.php");
}
function check_login()
{
// TODO
}
?>