diff options
Diffstat (limited to 'lib/conf/image.php')
-rw-r--r-- | lib/conf/image.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/conf/image.php b/lib/conf/image.php new file mode 100644 index 0000000..8fd48ec --- /dev/null +++ b/lib/conf/image.php @@ -0,0 +1,7 @@ +<?php + +$baseurl = "http://localhost/alex.auvolat/images/"; +$savedir = getcwd() . "/images/"; +$miniature_width = 127; +$quota = ceil((time() - 1220000000) / (3600 * 24 * 20)); +$min_priv_for_no_quota = 2; |