diff options
| author | bookcorner <git@bookcorner.ge> | 2026-07-27 01:47:52 +0400 |
|---|---|---|
| committer | bookcorner <git@bookcorner.org> | 2026-07-27 01:47:52 +0400 |
| commit | 0ef28b35abf576b7b38e8463e4db29f575cc7c7e (patch) | |
| tree | 74ebb4dd4e0348d4eb7fecd593d9b3fd78819cf1 /var | |
| parent | 1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e (diff) | |
| download | infra-master.tar infra-master.tar.gz infra-master.tar.bz2 infra-master.tar.lz infra-master.tar.xz infra-master.tar.zst infra-master.zip | |
Diffstat (limited to 'var')
| -rw-r--r-- | var/www/htdocs/phoenixcart/admin/includes/configure.php (renamed from var/www/htdocs/PhoenixCart-1.1.0.7/admin/includes/configure.php) | 6 | ||||
| -rw-r--r-- | var/www/htdocs/phoenixcart/includes/configure.php (renamed from var/www/htdocs/PhoenixCart-1.1.0.7/includes/configure.php) | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/var/www/htdocs/PhoenixCart-1.1.0.7/admin/includes/configure.php b/var/www/htdocs/phoenixcart/admin/includes/configure.php index 76c0e07..80d145b 100644 --- a/var/www/htdocs/PhoenixCart-1.1.0.7/admin/includes/configure.php +++ b/var/www/htdocs/phoenixcart/admin/includes/configure.php @@ -16,10 +16,10 @@ date_default_timezone_set('Asia/Tbilisi'); - const DIR_FS_CATALOG = '/htdocs/PhoenixCart-1.1.0.7/'; + const DIR_FS_CATALOG = '/htdocs/phoenixcart/'; - const DIR_FS_DOCUMENT_ROOT = '/htdocs/PhoenixCart-1.1.0.7/'; - const DIR_FS_ADMIN = '/htdocs/PhoenixCart-1.1.0.7/admin/'; + const DIR_FS_DOCUMENT_ROOT = '/htdocs/phoenixcart/'; + const DIR_FS_ADMIN = '/htdocs/phoenixcart/admin/'; const DIR_FS_BACKUP = DIR_FS_ADMIN . 'backups/'; // If you are asked to provide configure.php details, diff --git a/var/www/htdocs/PhoenixCart-1.1.0.7/includes/configure.php b/var/www/htdocs/phoenixcart/includes/configure.php index 781e5b6..32a0408 100644 --- a/var/www/htdocs/PhoenixCart-1.1.0.7/includes/configure.php +++ b/var/www/htdocs/phoenixcart/includes/configure.php @@ -15,7 +15,7 @@ // If you are asked to provide configure.php details, // please remove the data below before sharing. - const DIR_FS_CATALOG = '/htdocs/PhoenixCart-1.1.0.7/'; + const DIR_FS_CATALOG = '/htdocs/phoenixcart/'; const DB_SERVER = '127.0.0.1'; const DB_SERVER_USERNAME = 'phoenixcart'; |
