Initial commit
[2ch-be.git] / dev-test / melon / be_api.php
blobad2860b1b1b843c4c576478522e3341449c9f9a8
1 <?php
2 include('../encrypt.php');
4 $p = $_POST;
5 if(count($p)>1) {
6 if (isset($p['mail']) && !empty($p['mail']) && !empty($p['pass'])) {