Revision 944
Added by Matthias almost 16 years ago
install.php | ||
---|---|---|
53 | 53 |
// Include the PclZip class file (thanks to |
54 | 54 |
require_once(WB_PATH.'/include/pclzip/pclzip.lib.php'); |
55 | 55 |
|
56 |
// Remove any vars with name "template_directory" |
|
56 |
// Remove any vars with name "template_directory" and "theme_directory"
|
|
57 | 57 |
unset($template_directory); |
58 |
unset($theme_directory); |
|
58 | 59 |
|
59 | 60 |
// Setup the PclZip object |
60 | 61 |
$archive = new PclZip($temp_file); |
Also available in: Unified diff
added skinable Admin Interface