diff options
author | root <root@adnab.me> | 2014-01-31 17:30:35 +0100 |
---|---|---|
committer | root <root@adnab.me> | 2014-01-31 17:30:35 +0100 |
commit | 1ed8a37bea8882cd3a1aa0f421dbc15493a781a0 (patch) | |
tree | d014616096b7f8b94b707626cae46cff0e0608ce /lib/conf/file.php | |
parent | b0c23ea84327d48e3a4383fac3e795c2dc0a1215 (diff) | |
download | Bits-1ed8a37bea8882cd3a1aa0f421dbc15493a781a0.tar.gz Bits-1ed8a37bea8882cd3a1aa0f421dbc15493a781a0.zip |
Traduction into french of some parts of the site.
Diffstat (limited to 'lib/conf/file.php')
-rw-r--r-- | lib/conf/file.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/conf/file.php b/lib/conf/file.php index 4a8830e..2e8cd18 100644 --- a/lib/conf/file.php +++ b/lib/conf/file.php @@ -1,6 +1,6 @@ <?php -$baseurl = "http://localhost/alex.auvolat/files/"; +$baseurl = "http://adnab.me/files/"; $savedir = getcwd() . "/files/"; $img_mini_width = 127; @@ -9,5 +9,3 @@ function has_mini($ext) { return $ext == "jpg" || $ext == "jpeg" || $ext == "png" || $ext == "gif"; } -//$quota = 128;; //ceil((time() - 1220000000) / (3600 * 24 * 20)); -//$min_priv_for_no_quota = 2; |