Skip to content

Commit

Permalink
updating paths
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Jul 1, 2017
1 parent 958cbf0 commit 96f8730
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/parallels.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/php
<?php

require_once(__DIR__.'/../../../include/functions.inc.php');
require_once(__DIR__.'/../../../../include/functions.inc.php');
//$GLOBALS['tf']->session->create(160308,'services');
//$GLOBALS['tf']->session->verify();

Expand Down
2 changes: 1 addition & 1 deletion bin/parallels_getAvailableKeyTypesAndFeatures.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/php
<?php

require_once(__DIR__.'/../../../include/functions.inc.php');
require_once(__DIR__.'/../../../../include/functions.inc.php');
//$GLOBALS['tf']->session->create(160308,'services');
//$GLOBALS['tf']->session->verify();

Expand Down
2 changes: 1 addition & 1 deletion bin/parallels_getAvailableUpgrades.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/php
<?php

require_once(__DIR__.'/../../../include/functions.inc.php');
require_once(__DIR__.'/../../../../include/functions.inc.php');
//$GLOBALS['tf']->session->create(160308,'services');
//$GLOBALS['tf']->session->verify();

Expand Down
2 changes: 1 addition & 1 deletion bin/parallels_getKeyInfo.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/php
<?php

require_once(__DIR__.'/../../../include/functions.inc.php');
require_once(__DIR__.'/../../../../include/functions.inc.php');
//$GLOBALS['tf']->session->create(160308,'services');
//$GLOBALS['tf']->session->verify();

Expand Down
2 changes: 1 addition & 1 deletion bin/parallels_getKeyNumbers.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/php
<?php

require_once(__DIR__.'/../../../include/functions.inc.php');
require_once(__DIR__.'/../../../../include/functions.inc.php');
//$GLOBALS['tf']->session->create(160308,'services');
//$GLOBALS['tf']->session->verify();

Expand Down
2 changes: 1 addition & 1 deletion bin/parallels_retrieveKey.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/php
<?php

require_once(__DIR__.'/../../../include/functions.inc.php');
require_once(__DIR__.'/../../../../include/functions.inc.php');
//$GLOBALS['tf']->session->create(160308,'services');
//$GLOBALS['tf']->session->verify();

Expand Down

0 comments on commit 96f8730

Please sign in to comment.