From 0ef28b35abf576b7b38e8463e4db29f575cc7c7e Mon Sep 17 00:00:00 2001 From: bookcorner Date: Mon, 27 Jul 2026 01:47:52 +0400 Subject: Install Phoenix Cart from Git --- .../PhoenixCart-1.1.0.7/includes/configure.php | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 var/www/htdocs/PhoenixCart-1.1.0.7/includes/configure.php (limited to 'var/www/htdocs/PhoenixCart-1.1.0.7/includes/configure.php') diff --git a/var/www/htdocs/PhoenixCart-1.1.0.7/includes/configure.php b/var/www/htdocs/PhoenixCart-1.1.0.7/includes/configure.php deleted file mode 100644 index 781e5b6..0000000 --- a/var/www/htdocs/PhoenixCart-1.1.0.7/includes/configure.php +++ /dev/null @@ -1,23 +0,0 @@ - 0, - 'domain' => 'bookcorner.ge', - 'path' => '/', - 'samesite' => 'Lax', - 'secure' => true, - ]; - const DIR_WS_CATALOG = '/'; - - date_default_timezone_set('Asia/Tbilisi'); - -// 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 DB_SERVER = '127.0.0.1'; - const DB_SERVER_USERNAME = 'phoenixcart'; - const DB_SERVER_PASSWORD = 'h8wr8zsmzivqjvlxh5odpex4zah4anar'; - const DB_DATABASE = 'phoenixcart'; -- cgit v1.2.3