Commit b85cfa2e authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #323 in ZP/z-push from...

Merge pull request #323 in ZP/z-push from bugfix/ZP-997-cli-change-php-location-to-env-path to develop

* commit '0d6b3f01':
  ZP-997 Revert the ZPUSH_BASE_PATH to default value.
  ZP-997 CLI: change php and python location to env path.
parents 58749c06 0d6b3f01
#!/usr/bin/php #!/usr/bin/env php
<?php <?php
/*********************************************** /***********************************************
* File : listfolders.php * File : listfolders.php
......
#!/usr/bin/php #!/usr/bin/env php
<?php <?php
/*********************************************** /***********************************************
* File : z-push-admin.php * File : z-push-admin.php
......
#!/usr/bin/php #!/usr/bin/env php
<?php <?php
/*********************************************** /***********************************************
* File : z-push-top.php * File : z-push-top.php
......
#!/usr/bin/python #!/usr/bin/env python
from MAPI.Util import * from MAPI.Util import *
from MAPI.Util.AddressBook import * from MAPI.Util.AddressBook import *
......
#!/usr/bin/php #!/usr/bin/env php
<?php <?php
/*********************************************** /***********************************************
* File : gab-sync.php * File : gab-sync.php
......
#!/usr/bin/php #!/usr/bin/env php
<?php <?php
/*********************************************** /***********************************************
* File : migrate-2.0.x-2.1.0.php * File : migrate-2.0.x-2.1.0.php
......
#!/usr/bin/php #!/usr/bin/env php
<?php <?php
/********************************************************** /**********************************************************
* File : migrate-filestates-to-db.php * File : migrate-filestates-to-db.php
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment