summaryrefslogtreecommitdiff
path: root/lib/conf/image.php
blob: 8fd48ecc3257b423bc72e298fb575bad1545db4c (plain) (blame)
1
2
3
4
5
6
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;