| 1 |
<?php |
<?php |
| 2 |
// $Id: services_keyauth.admin.inc,v 1.1.2.2.2.1 2009/06/13 20:03:16 marcingy Exp $ |
// $Id: services_keyauth.admin.inc,v 1.1.2.2.2.2 2009/08/08 02:55:05 marcingy Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 81 |
|
|
| 82 |
$methods = services_get_all(); |
$methods = services_get_all(); |
| 83 |
foreach ($methods as $method) { |
foreach ($methods as $method) { |
| 84 |
$form_methods[$method['#method']] = $method['#method']; |
$form_methods[$method['method']] = $method['method']; |
| 85 |
} |
} |
| 86 |
|
|
| 87 |
$form['method_access'] = array( |
$form['method_access'] = array( |