commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / packages / ezc / autoload / mvc_authentication_autoload.php
1 <?php
2 /**
3 * Autoloader definition for the MvcAuthenticationTiein component.
4 *
5 * @copyright Copyright (C) 2005-2009 eZ systems as. All rights reserved.
6 * @license http://ez.no/licenses/new_bsd New BSD License
7 * @version 1.0
8 * @filesource
9 * @package MvcAuthenticationTiein
10 */
11
12 return array(
13 'ezcMvcAuthenticationFilter' => 'MvcAuthenticationTiein/filter.php',
14 'ezcMvcAuthenticationFilterOptions' => 'MvcAuthenticationTiein/options/filter-options.php',
15 );
16 ?>