diff options
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'; |
