File: notphp.inc

package info (click to toggle)
php-composer-class-map-generator 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,672 kB
  • sloc: php: 4,271; makefile: 20
file content (11 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
/**
 * 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,
),