diff options
Diffstat (limited to 'lib/conf/file.php')
-rw-r--r-- | lib/conf/file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/conf/file.php b/lib/conf/file.php index 2e8cd18..945bf3e 100644 --- a/lib/conf/file.php +++ b/lib/conf/file.php @@ -1,6 +1,6 @@ <?php -$baseurl = "http://adnab.me/files/"; +$baseurl = "http://adnab.me/~katchup/files/"; $savedir = getcwd() . "/files/"; $img_mini_width = 127; |