Update of /cvsroot/phpwsbb/phpwsbb/boost
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27153/boost
Modified Files:
uninstall.php
Log Message:
Removing image dir on uninstall, bumping version for future fixes.
Index: uninstall.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/boost/uninstall.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** uninstall.php 9 Apr 2004 01:01:43 -0000 1.7
--- uninstall.php 14 Jun 2004 04:16:43 -0000 1.8
***************
*** 47,50 ****
--- 47,53 ----
$_SESSION["OBJ_user"]->dropUserModule("phpwsbb");
+ // Remove image dir
+ PHPWS_File::rmdir(PHPWS_HOME_DIR . "images/phpwsbb/");
+
} else {
$content .= "There was a problem writing to the database.<br />";
|