| 1 |
<?php |
<?php |
| 2 |
require_once "../lib/common.inc.php"; |
require_once "../lib/common.inc.php"; |
| 3 |
require_once "../lib/lml.inc.php"; |
require_once "../lib/str_process.inc.php"; |
| 4 |
require_once "./session_init.inc.php"; |
require_once "./session_init.inc.php"; |
| 5 |
?> |
?> |
| 6 |
<html> |
<html> |
| 210 |
<span id="err_msg_agreement" name="err_msg" style="color: red;"></span> |
<span id="err_msg_agreement" name="err_msg" style="color: red;"></span> |
| 211 |
<?php |
<?php |
| 212 |
$buffer = file_get_contents("./doc/license/" . (new DateTime($BBS_license_dt))->format("Ymd") . ".txt"); |
$buffer = file_get_contents("./doc/license/" . (new DateTime($BBS_license_dt))->format("Ymd") . ".txt"); |
| 213 |
$license_f = (LML(htmlspecialchars($buffer, ENT_HTML401, 'UTF-8'), false, 1024)); |
$license_f = (split_line(htmlspecialchars($buffer, ENT_HTML401, 'UTF-8'), "", 1024)); |
| 214 |
|
|
| 215 |
echo <<<HTML |
echo <<<HTML |
| 216 |
<textarea rows="15" cols="130">{$license_f}</textarea> |
<textarea rows="15" cols="130">{$license_f}</textarea> |