aboutsummaryrefslogtreecommitdiff
path: root/contrib/wpa/hs20/server/www/config.php
blob: 4272b102a88c4271e513a287ae89ca8d5d856145 (plain) (blame)
1
2
3
4
5
6
7
<?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;
$hostapd_ctrl = "udg:///home/user/hs20-server/AS/ctrl/as"
?>