/[drupal]/contributions/modules/hotspot/coova_radius.admin.inc
ViewVC logotype

Diff of /contributions/modules/hotspot/coova_radius.admin.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3.2.2, Mon Jul 27 11:46:18 2009 UTC revision 1.3.2.3, Fri Jul 31 19:34:48 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2    /**
3     * Drupal HotSpot Module * http://www.coova.org/CoovaChilli
4     * Copyright 2008-2009 (c) Coova Technologies, LLC.
5     * Licensed under the Gnu Public License.
6     */
7    
8  function coova_radius_adm($name, &$set, $a = array(), $def = '', $optcb = false) {  function coova_radius_adm($name, &$set, $a = array(), $def = '', $optcb = false) {
9    global $ewtSettings;    global $ewtSettings;
# Line 14  function coova_radius_adm($name, &$set, Line 19  function coova_radius_adm($name, &$set,
19        $a['#options'] = $options;        $a['#options'] = $options;
20      } else {      } else {
21        $a['#type'] = 'markup';        $a['#type'] = 'markup';
22        $a['#value'] = 'Not able to connect to CoovaRADIUS!';  #      $a['#value'] = 'No options available.';
23      }      }
24    }    }
25    $set[$n] = $a;    $set[$n] = $a;

Legend:
Removed from v.1.3.2.2  
changed lines
  Added in v.1.3.2.3

  ViewVC Help
Powered by ViewVC 1.1.2