Rev 229 Rev 231
Line 20... Line 20...
20 ; gd1 = GD v1.x 20 ; gd1 = GD v1.x
21 ; gd2 = GD v2.x 21 ; gd2 = GD v2.x
22 ; im = ImageMagick v5.x 22 ; im = ImageMagick v5.x
23 ; im6 = ImageMagick v6.x 23 ; im6 = ImageMagick v6.x
24 24
25 gallery_name = "singapore" 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 = "modern"
30 ;the name of the template to use when none is specified 30 ;the name of the template to use when none is specified
Line 99... Line 99...
99   99  
100 show_views = on 100 show_views = on
101 ;whether to display how many times images and galleries 101 ;whether to display how many times images and galleries
102 ;have been viewed 102 ;have been viewed
103   103  
104 show_execution_time = off 104 show_execution_time = on
105 ;display script execution time in milliseconds 105 ;display script execution time in milliseconds
106   106  
107 enable_iifn = on 107 enable_iifn = on
108 ;enables parsing of directory and file names of the form 108 ;enables parsing of directory and file names of the form
109 ;'artist_name - image_name' into metadata information 109 ;'artist_name - image_name' into metadata information
Line 200... Line 200...
200 [Advanced] 200 [Advanced]
201 ; 201 ;
202 ; settings most users will not need to change 202 ; settings most users will not need to change
203 ; 203 ;
204   204  
205 io_handler = "csv" 205 io_handler = "mysql"
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
Line 223... Line 223...
223 223
224 session_name = "PHPSESSID" 224 session_name = "PHPSESSID"
225 ;the name of the admin session. each independent singapore 225 ;the name of the admin session. each independent singapore
226 ;installation on the same domain should have a different name 226 ;installation on the same domain should have a different name
227 227
228 default_charset = "iso-8859-1" 228 default_charset = "utf-8"
229 ;the character encoding to use for generated pages if none 229 ;the character encoding to use for generated pages if none
230 ;is specified in the current language file 230 ;is specified in the current language file
231 231
232 index_file_url = "index.php?" 232 index_file_url = "index.php?"
233 ;filename of index file plus any query-string 233 ;filename of index file plus any query-string