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>
6 lines
169 B
PHP
6 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;
|
|
?>
|