Skip to content

Commit d668ff1

Browse files
author
Vítězslav Dvořák
committed
Script Named
1 parent bcf80b4 commit d668ff1

4 files changed

+3
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "vitexsoftware/multiflexi",
2+
"name": "spojenet/pohoda-client-check",
33
"description": "Tool used to run tools upon AbraFlexi or Pohoda servers",
44
"type": "project",
55
"license": "MIT",

connection-problem.png

419 Bytes
Loading

connection-success.png

-446 Bytes
Loading

src/pohoda-checker.php

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
require_once '../vendor/autoload.php';
1717

18+
define('APP_NAME', 'mPohoda Check');
19+
1820
$options = getopt('o::e::', ['output::', 'environment::']);
1921
\Ease\Shared::init(['POHODA_URL', 'POHODA_USERNAME', 'POHODA_PASSWORD', 'POHODA_ICO'], \array_key_exists('environment', $options) ? $options['environment'] : '../.env');
2022
$destination = \array_key_exists('output', $options) ? $options['output'] : \Ease\Shared::cfg('RESULT_FILE', 'php://stdout');

0 commit comments

Comments
 (0)