mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
11 lines
291 B
PHP
11 lines
291 B
PHP
/**
|
|
* AJAX interface for remembering user preferences set on the fly
|
|
*
|
|
* Match /preferences/ajax/
|
|
*/
|
|
'preferences_ajax' => array
|
|
(
|
|
'handler' => array ('midgard_admin_asgard_handler_preferences', 'ajax'),
|
|
'fixed_args' => array('preferences', 'ajax'),
|
|
'variable_args' => 0,
|
|
),
|