Rev 245 Rev 250
Line 8... Line 8...
8 ; 8 ;
9 ; settings relevant to all the SQL backends. 9 ; settings relevant to all the SQL backends.
10 ; You may ignore these if you are not using this backend. 10 ; You may ignore these if you are not using this backend.
11 ; 11 ;
12   12  
13 sql_user = "" 13 sql_user = "gallery"
14 sql_pass = "" 14 sql_pass = ""
15   15  
16 [FTP] 16 [FTP]
17 ; 17 ;
18 ; settings used by the safe_mode hack. 18 ; settings used by the safe_mode hack.
19 ; You may ignore these if your server is not running in safe_mode. 19 ; You may ignore these if your server is not running in safe_mode.
20 ; 20 ;
21   21  
22 ftp_user = "" 22 ftp_user = ""
23 ftp_pass = "" -  
24 23 ftp_pass = ""
-   24