repo.or.cz
/
2ch-be.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[2ch-be.git]
/
dev-test
/
melon
/
be_api.php
blob
ad2860b1b1b843c4c576478522e3341449c9f9a8
1
<
?php
2
include
(
'../encrypt.php'
);
3
4
$p
=
$_POST
;
5
if
(
count
(
$p
)>
1
) {
6
if
(
isset
(
$p
[
'mail'
]) && !
empty
(
$p
[
'mail'
]) && !
empty
(
$p
[
'pass'
])) {
7
8
}
9
}
10
11
?
>