Project

General

Profile

1 70 stefan
<?php
2
3
// Must include code to stop this file being access directly
4
if(defined('WB_PATH') == false) { exit("Cannot access this file directly"); }
5
6
// Delete the editor directory
7
rm_full_dir(WB_PATH.'/modules/htmlarea/htmlarea');
8
9
?>