Commit 95a8dfcf authored by Manfred Kutas's avatar Manfred Kutas

ZP-997 CLI: change php and python location to env path.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 257a2a78
#!/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
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
************************************************/ ************************************************/
// Please adjust to match your z-push installation directory, usually /usr/share/z-push // Please adjust to match your z-push installation directory, usually /usr/share/z-push
define('ZPUSH_BASE_PATH', "/usr/share/z-push"); define('ZPUSH_BASE_PATH', "../src");
/************************************************ /************************************************
* MAIN * MAIN
......
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