File: notphp.inc

package info (click to toggle)
php-composer-class-map-generator 1.0.0-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,584 kB
  • sloc: php: 4,130; makefile: 22
file content (11 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (5)
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,
),