blob: 945bf3e71e486cbca30f74d50fca14a18778f791 (
plain) (
tree)
|
|
<?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";
}
|