diff --git a/ai/config.php b/ai/config.php index 95d3682..085aebb 100644 --- a/ai/config.php +++ b/ai/config.php @@ -66,10 +66,10 @@ if (empty($projectUuid) || empty($projectId)) { foreach ($possibleDbPaths as $dbPath) { if (file_exists($dbPath) && is_readable($dbPath)) { $content = file_get_contents($dbPath); - if (empty($projectUuid) && preg_match("/define\s*\(\s*['"]DB_PASS['"]\s*,\s*['"]([^'"]+)['"]\s*)/", $content, $m)) { + if (empty($projectUuid) && preg_match('/define\s*\(\s*[\'"]DB_PASS[\'"]\s*,\s*[\'"]([^\'"]+)[\'"]\s*\)/', $content, $m)) { $projectUuid = $m[1]; } - if (empty($projectId) && preg_match("/define\s*\(\s*['"]DB_NAME['"]\s*,\s*['"]app_(\d+)['"]\s*)/", $content, $m)) { + if (empty($projectId) && preg_match('/define\s*\(\s*[\'"]DB_NAME[\'"]\s*,\s*[\'"]app_(\d+)[\'"]\s*\)/', $content, $m)) { $projectId = $m[1]; } if (!empty($projectUuid)) break; diff --git a/assets/images/products/prod_699da7aa10ada.jpg b/assets/images/products/prod_699da7aa10ada.jpg new file mode 100644 index 0000000..df9ffd6 Binary files /dev/null and b/assets/images/products/prod_699da7aa10ada.jpg differ