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>
4 lines
95 B
PHP
4 lines
95 B
PHP
<?php
|
|
$osu_root = "/home/user/hs20-server";
|
|
$osu_db = "sqlite:$osu_root/AS/DB/eap_user.db";
|
|
?>
|