LoliPHP/src/hash/index.php

10 行
196 B
PHP
Raw 通常表示 履歴

2022-03-30 19:13:22 +09:00
<?php
2022-10-25 18:09:58 +09:00
$title = "パスワード創作";
$siteurl .= "/hash";
$childview = "../ui/hash/index.php";
2022-03-30 19:13:22 +09:00
2022-10-25 18:09:58 +09:00
if (isset($_POST["password"])) {
$setpasswd = setpasswd($_POST["password"]);
2022-03-30 19:13:22 +09:00
}
?>