I'm setting up dialupadmin. I get in the left had column nothing but php code
Why, and could someone point me in the direction to correct it.
<?php
$auth_user = $HTTP_SERVER_VARS["PHP_AUTH_USER"];
if ($auth_user){
if (is_file("../html/buttons/$auth_user/buttons.html.php3"))
include("../html/buttons/$auth_user/buttons.html.php3");
else{
if (is_file("../html/buttons/default/buttons.html.php3"))
include("../html/buttons/default/buttons.html.php3");
}
}
else{
if (is_file("../html/buttons/default/buttons.html.php3"))
include("../html/buttons/default/buttons.html.php3");
}
?>
Joel
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

