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
26
Commits
1
Branch
Tag:
d513e019de
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de d513e019de
${ noResults }
isen-rentree
/
controllers
/
login.php
login.php
103B
Histórico
Original
1
2
3
4
5
6
7
8
9
10
11
<?php
function login()
{
return html('login.html.php');
}
function check_login()
{
// TODO
}