HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: nexper (1054)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nexper/public_html/67.225.167.226/public_html/crm/manifest.php
<?php
// $Id: manifest.php,v 1.36 2009/06/13 19:19:31 aserrano Exp $
// manifest file for information regarding application of new code
$manifest = array(
	// only install on the following regex sugar versions (if empty, no check) 
    'acceptable_sugar_versions' =>
    array (
		'exact_matches' => array (
		),
		'regex_matches' => array (
			'5\.2\.0[a-z]?'
		),
    ),
    'acceptable_sugar_flavors' =>
    array (
        0 => 'CE',
        1 => 'PRO',
        2 => 'ENT',
    ),

    // name of new code
    'name' => 'Spanish (Spain) Language Pack',

    // description of new code
    'description' => 'Spanish (Spain) Language Pack',

    // author of new code
    'author' => 'Alberto Serrano',

    // date published
    'published_date' => '2009/06/13',

    // version of code
    'version' => '5.2.0f',

    // type of code (valid choices are: full, langpack, module, patch, theme )
    'type' => 'langpack',

    // icon for displaying in UI (path to graphic contained within zip package)
    'icon' => 'include/images/flag-es_ES.png',
    
    'is_uninstallable' => TRUE,
    
);



$installdefs = array(
	'id'=> 'es_es',
/*	
   // This seems unnecessary:
   'copy' => array(
						array('from'=> '<basepath>/LEEME-i18n.txt',
							  'to'=> 'LEEME-i18n.txt',
							  ),
						array('from'=> '<basepath>/include',
							  'to'=> 'jscalendar',
							  ),
						array('from'=> '<basepath>/modules',
							  'to'=> 'jscalendar',
							  ),
						array('from'=> '<basepath>/modules',
							  'to'=> 'modules',
							  ),
					), */
	);
?>