Changeset 2229 in subversion
- Timestamp:
- Jan 9, 2009 4:13:00 PM (4 years ago)
- Location:
- trunk/roundcubemail/bin
- Files:
-
- 4 edited
-
dumpschema.php (modified) (2 diffs)
-
msgexport.sh (modified) (1 diff)
-
msgimport.sh (modified) (1 diff)
-
update.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/bin/dumpschema.php
r1978 r2229 1 #!/usr/bin/env php 1 2 <?php 2 3 /* 3 #!/usr/bin/php4 4 5 5 +-----------------------------------------------------------------------+ … … 20 20 21 21 */ 22 23 if (php_sapi_name() != 'cli') { 24 die('Not on the "shell" (php-cli).'); 25 } 22 26 23 27 define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); -
trunk/roundcubemail/bin/msgexport.sh
r1906 r2229 1 #!/usr/bin/ php1 #!/usr/bin/env php 2 2 <?php 3 if (php_sapi_name() != 'cli') { 4 die('Not on the "shell" (php-cli).'); 5 } 3 6 4 7 define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); -
trunk/roundcubemail/bin/msgimport.sh
r1906 r2229 1 #!/usr/bin/ php1 #!/usr/bin/env php 2 2 <?php 3 if (php_sapi_name() != 'cli') { 4 die('Not on the "shell" (php-cli).'); 5 } 3 6 4 7 define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); -
trunk/roundcubemail/bin/update.sh
r2023 r2229 1 #!/usr/bin/ php1 #!/usr/bin/env php 2 2 <?php 3 3 if (php_sapi_name() != 'cli') { 4 die('Not on the "shell" (php-cli).'); 5 } 4 6 define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); 5 7
Note: See TracChangeset
for help on using the changeset viewer.
