alecpl
2009-10-19 efe93ad11610fcfd42c76a1cdddb07be00f8cf1b
bin/msgexport.sh
@@ -1,5 +1,8 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
if (php_sapi_name() != 'cli') {
    die('Not on the "shell" (php-cli).');
}
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' );
ini_set('memory_limit', -1);
@@ -169,4 +172,4 @@
   vputs("IMAP login failed.\n");
}
?>
?>