index.php.es

<?php
/*===============================================
  HERA v.2.0 Beta                                
  File: index.php                                
  For content negotiation each language version  
  is indicated by a special extension            
===============================================*/

define ('IDIOMA''es');
require(
'inc/main.php');
?>