Rev 246 Rev 347
Line 24... Line 24...
24 24
25 gallery_name = "MLAB" 25 gallery_name = "MLAB"
26 ;this is the text that will appear in the title bar of all 26 ;this is the text that will appear in the title bar of all
27 ;generated pages and also the root node of the crumb line 27 ;generated pages and also the root node of the crumb line
28 28
29 default_template = "modern" 29 default_template = "MLAB"
30 ;the name of the template to use when none is specified 30 ;the name of the template to use when none is specified
31 31
32 default_language = "en" 32 default_language = "en"
33 ;the language code for the language that you would like to use. 33 ;the language code for the language that you would like to use.
34 ;you must have the appropriate language file in the locale directory. 34 ;you must have the appropriate language file in the locale directory.
Line 126... Line 126...
126 126
127 use_mod_rewrite = off 127 use_mod_rewrite = off
128 ;format generated URLs for use with Apache mod_rewrite 128 ;format generated URLs for use with Apache mod_rewrite
129 ;you need to enable mod_rewrite and create an appropriate .htaccess file 129 ;you need to enable mod_rewrite and create an appropriate .htaccess file
130 130
131 detect_language = off 131 detect_language = on
132 ;attempt to detect user language from browser information 132 ;attempt to detect user language from browser information
133 ;if this fails the default_language will be used 133 ;if this fails the default_language will be used
134 134
135   135  
136 [Paths] 136 [Paths]
Line 206... Line 206...
206 ;the type of database to use. recognised values are: 206 ;the type of database to use. recognised values are:
207 ; csv = flat file, no database needed (default) 207 ; csv = flat file, no database needed (default)
208 ; mysql = MySQL database (configure sql_* settings above and in secret.ini.php) 208 ; mysql = MySQL database (configure sql_* settings above and in secret.ini.php)
209 ; sqlite = SQLite database (does not require any further configuration) 209 ; sqlite = SQLite database (does not require any further configuration)
210 210
211 allow_dir_upload = 0 211 allow_dir_upload = 1
212 ;allow uploading archives containing arbitrary files. 212 ;allow uploading archives containing arbitrary files.
213 ; 0 = allow no one 213 ; 0 = allow no one
214 ; 1 = allow all registered users 214 ; 1 = allow all registered users
215 ; 2 = allow only administrators 215 ; 2 = allow only administrators
216 216