[PHPVortex-Commit] phpvortex/conf conf.php,1.3,1.4
Brought to you by:
nop144666
From: Thiago R. <nop...@us...> - 2004-10-27 14:01:37
|
Update of /cvsroot/phpvortex/phpvortex/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4158/conf Modified Files: conf.php Log Message: Melhorando layout Index: conf.php =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/conf/conf.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** conf.php 8 Oct 2004 17:16:15 -0000 1.3 --- conf.php 27 Oct 2004 14:01:27 -0000 1.4 *************** *** 42,47 **** /** require one of the localized message files */ ! require_once('lang_en.php'); ! // require_once('lang_pt_br.php'); ?> \ No newline at end of file --- 42,47 ---- /** require one of the localized message files */ ! // require_once('lang_en.php'); ! require_once('lang_pt_br.php'); ?> \ No newline at end of file |