Revision 99
Added by stefan about 20 years ago
| uninstall.php | ||
|---|---|---|
| 55 | 55 |
|
| 56 | 56 |
// Check if we have permissions on the directory |
| 57 | 57 |
if(!is_writable(WB_PATH.'/templates/'.$file)) {
|
| 58 |
$admin->print_error($MESSAGE['GENERIC']['CANNOT_UNINSTALL']); |
|
| 58 |
$admin->print_error($MESSAGE['GENERIC']['CANNOT_UNINSTALL'].WB_PATH.'/templates/'.$file);
|
|
| 59 | 59 |
} |
| 60 | 60 |
|
| 61 | 61 |
// Try to delete the template dir |
Also available in: Unified diff
Implemented upgrade functionality in templates and languages. Fixed some bugs.