diff --git a/START b/START index 20868bc..a701461 100644 --- a/START +++ b/START @@ -1,2 +1,2 @@ -sudo -u www-data php mirzaev/google_sheets/parser/system/public/*.php +sudo -u www-data php mirzaev/spetsresurs/google_sheets/parser/system/public/*.php diff --git a/mirzaev/google_sheets/parser/system/public/.gitignore b/mirzaev/spetsresurs/google_sheets/parser/system/public/.gitignore similarity index 100% rename from mirzaev/google_sheets/parser/system/public/.gitignore rename to mirzaev/spetsresurs/google_sheets/parser/system/public/.gitignore diff --git a/mirzaev/google_sheets/parser/system/public/markets.php b/mirzaev/spetsresurs/google_sheets/parser/system/public/markets.php similarity index 98% rename from mirzaev/google_sheets/parser/system/public/markets.php rename to mirzaev/spetsresurs/google_sheets/parser/system/public/markets.php index eb080a9..7d52a09 100644 --- a/mirzaev/google_sheets/parser/system/public/markets.php +++ b/mirzaev/spetsresurs/google_sheets/parser/system/public/markets.php @@ -25,7 +25,7 @@ use Google\Client, Google\Service\Sheets, Google\Service\Sheets\ValueRange; -require __DIR__ . '/../../../../../vendor/autoload.php'; +require __DIR__ . '/../../../../../../vendor/autoload.php'; $arangodb = new connection(require '../settings/arangodb.php'); diff --git a/mirzaev/google_sheets/parser/system/public/workers.php b/mirzaev/spetsresurs/google_sheets/parser/system/public/workers.php similarity index 99% rename from mirzaev/google_sheets/parser/system/public/workers.php rename to mirzaev/spetsresurs/google_sheets/parser/system/public/workers.php index 7f25a35..1b90aa9 100644 --- a/mirzaev/google_sheets/parser/system/public/workers.php +++ b/mirzaev/spetsresurs/google_sheets/parser/system/public/workers.php @@ -25,7 +25,7 @@ use Google\Client, Google\Service\Sheets, Google\Service\Sheets\ValueRange; -require __DIR__ . '/../../../../../vendor/autoload.php'; +require __DIR__ . '/../../../../../../vendor/autoload.php'; $arangodb = new connection(require '../settings/arangodb.php'); diff --git a/mirzaev/google_sheets/parser/system/public/works.php b/mirzaev/spetsresurs/google_sheets/parser/system/public/works.php similarity index 99% rename from mirzaev/google_sheets/parser/system/public/works.php rename to mirzaev/spetsresurs/google_sheets/parser/system/public/works.php index 4cbc347..a6064c5 100644 --- a/mirzaev/google_sheets/parser/system/public/works.php +++ b/mirzaev/spetsresurs/google_sheets/parser/system/public/works.php @@ -25,7 +25,7 @@ use Google\Client, Google\Service\Sheets, Google\Service\Sheets\ValueRange; -require __DIR__ . '/../../../../../vendor/autoload.php'; +require __DIR__ . '/../../../../../../vendor/autoload.php'; $arangodb = new connection(require '../settings/arangodb.php'); diff --git a/mirzaev/google_sheets/parser/system/settings/.gitignore b/mirzaev/spetsresurs/google_sheets/parser/system/settings/.gitignore similarity index 100% rename from mirzaev/google_sheets/parser/system/settings/.gitignore rename to mirzaev/spetsresurs/google_sheets/parser/system/settings/.gitignore diff --git a/mirzaev/google_sheets/parser/system/settings/arangodb.php.sample b/mirzaev/spetsresurs/google_sheets/parser/system/settings/arangodb.php.sample similarity index 100% rename from mirzaev/google_sheets/parser/system/settings/arangodb.php.sample rename to mirzaev/spetsresurs/google_sheets/parser/system/settings/arangodb.php.sample diff --git a/mirzaev/google_sheets/parser/system/settings/markets/.gitignore b/mirzaev/spetsresurs/google_sheets/parser/system/settings/markets/.gitignore similarity index 100% rename from mirzaev/google_sheets/parser/system/settings/markets/.gitignore rename to mirzaev/spetsresurs/google_sheets/parser/system/settings/markets/.gitignore diff --git a/mirzaev/google_sheets/parser/system/settings/markets/document.php.sample b/mirzaev/spetsresurs/google_sheets/parser/system/settings/markets/document.php.sample similarity index 100% rename from mirzaev/google_sheets/parser/system/settings/markets/document.php.sample rename to mirzaev/spetsresurs/google_sheets/parser/system/settings/markets/document.php.sample diff --git a/mirzaev/google_sheets/parser/system/settings/markets/google.php.sample b/mirzaev/spetsresurs/google_sheets/parser/system/settings/markets/google.php.sample similarity index 100% rename from mirzaev/google_sheets/parser/system/settings/markets/google.php.sample rename to mirzaev/spetsresurs/google_sheets/parser/system/settings/markets/google.php.sample diff --git a/mirzaev/google_sheets/parser/system/settings/markets/sheets.php.sample b/mirzaev/spetsresurs/google_sheets/parser/system/settings/markets/sheets.php.sample similarity index 100% rename from mirzaev/google_sheets/parser/system/settings/markets/sheets.php.sample rename to mirzaev/spetsresurs/google_sheets/parser/system/settings/markets/sheets.php.sample diff --git a/mirzaev/google_sheets/parser/system/settings/workers/.gitignore b/mirzaev/spetsresurs/google_sheets/parser/system/settings/workers/.gitignore similarity index 100% rename from mirzaev/google_sheets/parser/system/settings/workers/.gitignore rename to mirzaev/spetsresurs/google_sheets/parser/system/settings/workers/.gitignore diff --git a/mirzaev/google_sheets/parser/system/settings/workers/document.php.sample b/mirzaev/spetsresurs/google_sheets/parser/system/settings/workers/document.php.sample similarity index 100% rename from mirzaev/google_sheets/parser/system/settings/workers/document.php.sample rename to mirzaev/spetsresurs/google_sheets/parser/system/settings/workers/document.php.sample diff --git a/mirzaev/google_sheets/parser/system/settings/workers/google.php.sample b/mirzaev/spetsresurs/google_sheets/parser/system/settings/workers/google.php.sample similarity index 100% rename from mirzaev/google_sheets/parser/system/settings/workers/google.php.sample rename to mirzaev/spetsresurs/google_sheets/parser/system/settings/workers/google.php.sample diff --git a/mirzaev/google_sheets/parser/system/settings/workers/sheets.php.sample b/mirzaev/spetsresurs/google_sheets/parser/system/settings/workers/sheets.php.sample similarity index 100% rename from mirzaev/google_sheets/parser/system/settings/workers/sheets.php.sample rename to mirzaev/spetsresurs/google_sheets/parser/system/settings/workers/sheets.php.sample diff --git a/mirzaev/google_sheets/parser/system/settings/works/.gitignore b/mirzaev/spetsresurs/google_sheets/parser/system/settings/works/.gitignore similarity index 100% rename from mirzaev/google_sheets/parser/system/settings/works/.gitignore rename to mirzaev/spetsresurs/google_sheets/parser/system/settings/works/.gitignore diff --git a/mirzaev/google_sheets/parser/system/settings/works/document.php.sample b/mirzaev/spetsresurs/google_sheets/parser/system/settings/works/document.php.sample similarity index 100% rename from mirzaev/google_sheets/parser/system/settings/works/document.php.sample rename to mirzaev/spetsresurs/google_sheets/parser/system/settings/works/document.php.sample diff --git a/mirzaev/google_sheets/parser/system/settings/works/google.php.sample b/mirzaev/spetsresurs/google_sheets/parser/system/settings/works/google.php.sample similarity index 100% rename from mirzaev/google_sheets/parser/system/settings/works/google.php.sample rename to mirzaev/spetsresurs/google_sheets/parser/system/settings/works/google.php.sample diff --git a/mirzaev/google_sheets/parser/system/settings/works/sheets.php.sample b/mirzaev/spetsresurs/google_sheets/parser/system/settings/works/sheets.php.sample similarity index 100% rename from mirzaev/google_sheets/parser/system/settings/works/sheets.php.sample rename to mirzaev/spetsresurs/google_sheets/parser/system/settings/works/sheets.php.sample