mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
0f27c20d8d
This is meant mainly for testing purposes and as a reference implementation showing how OSU SPP server could be implemented. This is not suitable for any real production use in its current form. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
5 lines
95 B
PHP
5 lines
95 B
PHP
<?php
|
|
$osu_root = "/home/user/hs20-server";
|
|
$osu_db = "sqlite:$osu_root/AS/DB/eap_user.db";
|
|
?>
|