remove now useless admin_config.php

This commit is contained in:
Pavel 2021-09-01 18:15:25 +03:00
parent 53ec9865cd
commit 0527beb839
2 changed files with 0 additions and 39 deletions

View file

@ -1,35 +0,0 @@
<?php
$rootDir = realpath(__DIR__ . '/../../www');
$rootUri = sprintf('%s:%s', getenv('SERVER_URL'), getenv('SERVER_PORT'));
define('HTTP_SERVER', $rootUri . '/admin/');
define('HTTP_CATALOG', $rootUri . '/');
// DIR
define('DIR_APPLICATION', $rootDir . '/admin/');
define('DIR_SYSTEM', $rootDir . '/system/');
define('DIR_IMAGE', $rootDir . '/image/');
define('DIR_CATALOG', $rootDir . '/catalog/');
define('DIR_STORAGE', DIR_SYSTEM . 'storage/');
define('DIR_LANGUAGE', DIR_APPLICATION . 'language/');
define('DIR_TEMPLATE', DIR_APPLICATION . 'view/template/');
define('DIR_CONFIG', DIR_SYSTEM . 'config/');
define('DIR_CACHE', DIR_STORAGE . 'cache/');
define('DIR_DOWNLOAD', DIR_STORAGE . 'download/');
define('DIR_LOGS', DIR_STORAGE . 'logs/');
define('DIR_MODIFICATION', DIR_STORAGE . 'modification/');
define('DIR_SESSION', DIR_STORAGE . 'session/');
define('DIR_UPLOAD', DIR_STORAGE . 'upload/');
// DB
define('DB_DRIVER', getenv('OC_DB_DRIVER'));
define('DB_HOSTNAME', getenv('OC_DB_HOSTNAME'));
define('DB_USERNAME', getenv('OC_DB_USERNAME'));
define('DB_PASSWORD', getenv('OC_DB_PASSWORD'));
define('DB_DATABASE', getenv('OC_DB_DATABASE'));
define('DB_PORT', getenv('OC_DB_DRIVER'));
define('DB_PREFIX', 'oc_');
// OpenCart API
define('OPENCART_SERVER', 'https://www.opencart.com/');

View file

@ -98,10 +98,6 @@ class RoboFile extends \Robo\Tasks
$this->root_dir . 'vendor/beyondit/opencart-test-suite/src/upload/system/config/test-config.php',
$this->root_dir . 'www/system/config/test-config.php'
)
->copy(
$this->root_dir . 'tests/3/admin_config.php',
$this->root_dir . 'www/admin/config.php'
)
->copy(
$this->root_dir . 'vendor/beyondit/opencart-test-suite/src/upload/' . $startUp,
$this->root_dir . 'www/' . $startUpTo