ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.73 by root, Sun Oct 1 11:46:51 2006 UTC vs.
Revision 1.74 by root, Sun Oct 1 15:59:29 2006 UTC

1035 open my $fh, "<:utf8", cf::confdir . "/config" 1035 open my $fh, "<:utf8", cf::confdir . "/config"
1036 or return; 1036 or return;
1037 1037
1038 local $/; 1038 local $/;
1039 *CFG = YAML::Syck::Load <$fh>; 1039 *CFG = YAML::Syck::Load <$fh>;
1040
1041 use Data::Dumper; warn Dumper \%CFG;
1042} 1040}
1043 1041
1044sub main { 1042sub main {
1045 cfg_load; 1043 cfg_load;
1046 db_load; 1044 db_load;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines