Revision 2b065943
Added by Scott Ullrich about 17 years ago
etc/phpshellsessions/cvssync | ||
---|---|---|
36 | 36 |
system("chmod a+rx /usr/bin/cvs"); |
37 | 37 |
} |
38 | 38 |
|
39 |
if(!file_exists("/usr/bin/cvs") or !file_exists("/usr/local/bin/cvsup")) { |
|
40 |
echo "Could not fetch cvs or cvsup. exiting."; |
|
41 |
exit; |
|
42 |
} |
|
43 |
|
|
39 | 44 |
global $argv; |
40 | 45 |
global $command_split; |
41 | 46 |
|
Also available in: Unified diff
Ticket #1678 fixes