~ubuntu-branches/ubuntu/edgy/freeradius/edgy-updates

« back to all changes in this revision

Viewing changes to dialup_admin/htdocs/user_new.php3

  • Committer: Bazaar Package Importer
  • Author(s): Jeremie Corbier
  • Date: 2006-07-08 19:41:05 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060708194105-2dabtaxd16o7p90g
Tags: 1.1.2-2ubuntu1
* Merge from debian unstable.
* Remove previous patches merged upstream:
  - 14_freeradius-dictionary-fix.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
 
2
require('../conf/config.php3');
2
3
if ($show == 1){
3
4
        header("Location: user_admin.php3?login=$login");
4
5
        exit;
5
6
}
6
 
require('../conf/config.php3');
7
7
require('../lib/attrshow.php3');
8
8
require('../lib/defaults.php3');
9
9