Subversion Repositories ALCASAR

Rev

Rev 591 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 591 Rev 703
Line 1... Line 1...
1
<?php
1
<?php
-
 
2
$config['mysql_host']="127.0.0.1";
-
 
3
$config['mysql_db']="radius";
-
 
4
$config['mysql_user']="root";
-
 
5
$config['mysql_pwd']="";
2
 
6
 
3
?>
7
?>
4
 
8