mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 16:58:41 -05:00
c456e6e3f7
Add minimal Terms and Conditions server for testing purposes. This can be used to test user interaction for Terms and Conditions acceptance. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
7 lines
169 B
PHP
7 lines
169 B
PHP
<?php
|
|
$osu_root = "/home/user/hs20-server";
|
|
$osu_db = "sqlite:$osu_root/AS/DB/eap_user.db";
|
|
$t_c_file = "$osu_root/terms-and-conditions";
|
|
$t_c_timestamp = 123456789;
|
|
?>
|