root/mytrz-gallery/config.php

Revision 55, 385 bytes (checked in by aqua, 4 years ago)

reimport old stuffes

Line 
1<?PHP
2
3        /* data file name */
4        $list_file = "list.dat";
5       
6        /* original img upload directory */
7        $img_dir   = "org";
8
9        /* dir to store thumbnail image */
10        $thumb_dir = "thumb";
11
12        /* if thumbnail height is not defined... keep original respect */
13        $thumb_width = 250;
14        $thumb_height = 150;
15       
16        /* number of image per page */
17        $p_page = 15;
18
19        /* number of list per page */
20        $p_list = 6;
21
22?>
Note: See TracBrowser for help on using the browser.