wrote this file. * As long as you retain this notice you can do whatever you want with this * software. If we meet some day, and you think this stuff is worth it, you can * buy me a beer in return. * Sandino Araico Sánchez * --END LICENSE--------------------------------------------------------------- * --LICENCIA EN ESPAÑOL MEXICANO---------------------------------------------- * "LA LICENCIA BEER-WARE" (traducción al español de la revisión 42-sandino-3): * Sandino Araico Sánchez escribió éste archivo. * Siempre y cuando usted retenga éste aviso (en español y en inglés) usted * puede hacer cualquier cosa con éste software. Si algún día nos encontramos y * usted piensa que éste software vale la pena, usted puede invitarme una * cerveza en recompensa. * Sandino Araico Sánchez * --FIN DE LICENCIA----------------------------------------------------------- */ # Changelog: # 2001-09-17 Sandino Araico Sánchez - HOPP's meta-includer function # ----> AQUI FALTA LA NOTA DE JAVIER SOBRE __HOPP_INCLUDE_PATH <----- # 2001-12-07 Sandino Araico Sánchez - Default __HOPP_INCLUDE_PATH # 2002-01-05 Sandino Araico Sánchez - mime.inc if(!defined("__HOPP__")) { define ("__HOPP__",1); #-Default constants--------------------------------------------------- if(!defined('__HOPP_INCLUDE_PATH')) define('__HOPP_INCLUDE_PATH',''); #-include just main subsystems---------------------------------------- include __HOPP_INCLUDE_PATH."auth.inc"; include __HOPP_INCLUDE_PATH."cache.inc"; include __HOPP_INCLUDE_PATH."db.inc"; include __HOPP_INCLUDE_PATH."mime.inc"; include __HOPP_INCLUDE_PATH."s.inc"; include __HOPP_INCLUDE_PATH."template.inc"; #--------------------------------------------------------------------- } //__HOPP__ ?>