<?php defined('DACCESS') or die ('Acceso restringido!'); /* English dictionary. */ $dictionary = array( 'HELLOWORLD' => 'Hello World!' ); ?>
info at phpclasses dot org