summaryrefslogblamecommitdiff
path: root/lib/conf/file.php
blob: 945bf3e71e486cbca30f74d50fca14a18778f791 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

     
                                             







                                                                                 
<?php

$baseurl = "http://adnab.me/~katchup/files/";
$savedir = getcwd() . "/files/";

$img_mini_width = 127;

function has_mini($ext) {
	return $ext == "jpg" || $ext == "jpeg" || $ext == "png" || $ext == "gif";
}