diff options
author | Nicolas BERNSTEIN <alexis211@gmail.com> | 2011-09-17 16:48:29 +0200 |
---|---|---|
committer | Nicolas BERNSTEIN <alexis211@gmail.com> | 2011-09-17 16:48:29 +0200 |
commit | d0060968b77c39bdf8abffb071c971c166b59edb (patch) | |
tree | 0be52e00a25bd298235a0cf916fb07496d3ab95f /lib/conf/image.php | |
download | Bits-d0060968b77c39bdf8abffb071c971c166b59edb.tar.gz Bits-d0060968b77c39bdf8abffb071c971c166b59edb.zip |
First commit.
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; |