-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.php
executable file
·45 lines (44 loc) · 1.2 KB
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
; <?php die("The contents of this file are hidden"); ?>
gallery_name = "Your Stack"
separator = "»"
base_url = ""
template = "default"
thumbnail_software = "im"
gallery_sort_order = "n"
image_sort_order = "l"
use_mod_rewrite = off
full_image_resize = on
enable_clickable_urls = on
remove_jpeg_profile = off
progressive_thumbs = on
unzip_method = "unzip"
pathto_templates = "templates/"
pathto_cache = "cache/"
pathto_galleries = "galleries/"
pathto_convert = "/usr/local/bin/convert"
pathto_unzip = "/usr/local/bin/unzip"
pathto_ffmpeg = "/opt/local/bin/ffmpeg"
pathto_flvtool = "/usr/bin/flvtool2"
chmod_value = 0755
io_handler = "csv"
upload_overwrite = 0
admin_template_name = "admin_default"
rss_template_name = "rss"
thumbnail_quality = 95
index_file_url = "index.php?"
base_path = ""
recognised_extensions = "mov|avi|wmf|flv|mp4|jpeg|jpg|jpe|png|gif|bmp|tif|tiff"
movie_extensions = "mpg|mov|avi|wmf|flv|mp4"
ignored_text = ""
allowed_tags = "<a><b><i><u><em><strong><strike>"
charset = "UTF-8"
url_gallery = "gallery"
url_image = "image"
url_startat = "startat"
url_action = "action"
url_template = "template"
sql_host = "localhost"
sql_user = "username"
sql_pass = "password"
sql_database = "database"
sql_prefix = "ps_"