]> git.llucax.com Git - mecon/samurai.git/blob - lib_perl/Perm/db_Conf.epl
Se corrige bug.
[mecon/samurai.git] / lib_perl / Perm / db_Conf.epl
1 [#
2     $Id$
3     
4     $URL$
5     $Rev$
6     $Date$
7     $Author$
8 #]
9
10 [!
11     $CLEANUP{'db_conf'} = 0;
12     $db_conf =  {   
13                     'db_type' => 'mysql'    ,
14                     'db_user' => 'intranet' ,
15                     'db_pass' => 'intranet' ,
16                     'db_host' => 'localhost',
17                     'db_name' => 'samurai'        
18                 };
19 !]            
20 [-
21     $ret = shift;
22     $ret->{SA_Perm}->{db_conf} = $db_conf;
23 -]
24