forgot this thing
This commit is contained in:
parent
510afc0fa4
commit
9ebeba8622
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ require_once '/var/www/flashii.net/_sakura/sakura.php';
|
||||||
|
|
||||||
if(isset($_POST['submit'])) {
|
if(isset($_POST['submit'])) {
|
||||||
|
|
||||||
|
header('Content-Type: text/plain;charset=utf-8');
|
||||||
|
|
||||||
$pass = Sakura\Hashing::create_hash($_POST['password']);
|
$pass = Sakura\Hashing::create_hash($_POST['password']);
|
||||||
|
|
||||||
$regData = [
|
$regData = [
|
||||||
|
|
Reference in a new issue