Revision 944
Added by Matthias almost 16 years ago
rename2.php | ||
---|---|---|
31 | 31 |
// Include the WB functions file |
32 | 32 |
require_once(WB_PATH.'/framework/functions.php'); |
33 | 33 |
|
34 |
// Include the basic header file |
|
35 |
require(ADMIN_PATH.'/media/basic_header.html'); |
|
36 |
|
|
37 | 34 |
// Get list of file types to which we're supposed to append 'txt' |
38 | 35 |
$get_result=$database->query("SELECT value FROM ".TABLE_PREFIX."settings WHERE name='rename_files_on_upload' LIMIT 1"); |
39 | 36 |
$file_extension_string=''; |
Also available in: Unified diff
added skinable Admin Interface