15 lines
554 B
PHP
15 lines
554 B
PHP
<?php
|
|
|
|
// autoload_classmap.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname(dirname($vendorDir));
|
|
|
|
return array(
|
|
'Smarty' => $vendorDir . '/smarty/smarty/libs/Smarty.class.php',
|
|
'SmartyBC' => $vendorDir . '/smarty/smarty/libs/SmartyBC.class.php',
|
|
'SmartyCompilerException' => $vendorDir . '/smarty/smarty/libs/Smarty.class.php',
|
|
'SmartyException' => $vendorDir . '/smarty/smarty/libs/Smarty.class.php',
|
|
'Smarty_Security' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_security.php',
|
|
);
|