diff options
Diffstat (limited to 'roundcubemail/bin/update.sh')
| -rwxr-xr-x | roundcubemail/bin/update.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roundcubemail/bin/update.sh b/roundcubemail/bin/update.sh index 094e5b72b..9f91c8ecd 100755 --- a/roundcubemail/bin/update.sh +++ b/roundcubemail/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'; |
