> I was about to write to describe a problem with the dialup_admin scripts, > but (as can happen) describing the problem helped me work out what was > going on. However, there is a slight glitch with the accounting.php3 > script, on line 108. It reads: > > <? > > when it should read > > <?php >
Using tag <? isn't a mistake. You can use short tag <? if you set parameter short_open_tag = ON in php.ini > Otherwise, I have no complaints :) Thanks to the developers for > freeradius. > > If I get time, I will document what I did to get the dialup_admin scripts > to work through Apache, unless someone has done this already -- let me > know if you have, I don't want to duplicate the effort. > > -- > Simon Burns > > --__--__-- > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
