using apache 2.0 seems to be different setup then what I am used to thanks for the tip though ----- Original Message ----- From: "Duane Barnes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 20, 2003 3:02 PM Subject: RE: Dialup_admin
> Do you have .php3 enabled as a proper extension in your httpd.conf file? > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of System > Administrator > Sent: Monday, January 20, 2003 2:46 PM > To: [EMAIL PROTECTED] > Subject: Dialup_admin > > can anyone tell me why I get this on the left frame of my dialup admin > install? > > <?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"); > } > ?> > > the example on freeradius.org seems to have the same problem > Redhat 8.0 > freeradius .8.1 > > > > - > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
