thomascube
2011-07-17 03eb13f11cf7dd695be3aab95b4e39e510169a49
bin/update.sh
@@ -19,9 +19,6 @@
*/
if (php_sapi_name() != 'cli') {
    die('Not on the "shell" (php-cli).');
}
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' );
require_once INSTALL_PATH . 'program/include/clisetup.php';