This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
dever-package
/
manage
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
e2a4c62a96
Branches
Tags
fengyong
master
manage
/
common.php
common.php
68 B
Histórico
Raw
1
2
3
4
5
6
<?php
# 自动加载的公共函数
function test()
{
echo 1;die;
}