@ -11,6 +11,8 @@
* licensing text.
*/
if(!isset($_CVM)) { die("Unauthorized."); }
$_CPHP = true;
require("cphp/base.php");
require("include.exceptions.php");
class SshConnectException extends Exception {}
class SshAuthException extends Exception {}
class SshCommandException extends Exception {}
function split_whitespace($input)
{
return preg_split("/\s+/", $input);