Просмотр файла wapp_antifront.com/upload/config.php

Размер файла: 1.08Kb
<?php
include '../config.php';

/*  Configuration Section */
$file_dir = "$sitepath";                   # This is the absolute path (no trailing slash).
$file_url = "$homepage/upload/files";                                                     # Full URL to the uploaded file.
$logo_file = "$homepage/upload/byk.gif";                                        # FileFusian logo location.
$max_file_size = "$filesize";                                                                                                # Max File Size Setting (In Bytes).
$show_info = "1";                                                                                                        # Shows info on main page about file sie etc. 1 = on, 0 = off.
/* Directory Listing */
$listsize = 30;                                                                                                        # Maximum Number oF Files To Be Returned.
$filetype1 = ".jpg";
$filetype2 = ".gif";
$filetype3 = ".mmf";
$filetype4 = ".mid";
$filetype5 = ".jar";
$filetype6 = ".3gp";
$filetype7 = ".sis";
$filetype8 = ".avi";

?>