<?php
  // Directorios
  $lang            = "pt";
  $charset         = "iso-8859-1";

  $tmp_local_dir= "./tmp";

  $prog_path	=  "/home/gamallo/conjugar";
  $conshuga	=  "$prog_path/conshuga/conjugarComFormatoWeb.perl";
  $conshuga_info     =  "$prog_path/conshuga/conjugarComFormatoWeb_info.perl";
  $conjugue	=  "$prog_path/conjugue/conjugarComFormatoWeb.perl";
  $conjugue_orig=  "$prog_path/conjugue/conjugue";
  $paradigms	=  "$prog_path/conshuga/verbosGZ";
  $volga    =  	   "$prog_path/conshuga/verbosVolga.txt";
  $valid_lang      = array("gl", "pt");

?>
