Revision 97e553ae
Added by Scott Ullrich over 16 years ago
etc/phpshellsessions/cvssync | ||
---|---|---|
4 | 4 |
* Part of the pfSense project pfSsh.php subsystem |
5 | 5 |
*/ |
6 | 6 |
|
7 |
exec("rm -rf /home/pfsense /root/pfsense"); |
|
7 |
exec("rm -rf /home/pfsense /root/pfsense /pfSenseGITREPO/");
|
|
8 | 8 |
|
9 | 9 |
$GIT_REPO="http://gitweb.pfsense.org/pfsense/mainline.git"; |
10 | 10 |
$CODIR = "/root/pfsense/"; |
Also available in: Unified diff
rm -rf /pfSenseGITREPO, too