pull/7/head
dev2 siliconpin 2024-12-16 08:38:35 +00:00
parent f521296082
commit a0e8a6da5c
2 changed files with 6 additions and 6 deletions

View File

@ -31,8 +31,8 @@ $requestUri = $_SERVER['REQUEST_URI'];
$slug = getSlug($requestUri); $slug = getSlug($requestUri);
if (empty($slug)) { if (empty($slug)) {
echo "Slug not provided!"; // echo "Slug not provided!";
exit; // exit;
} }
$fileName = $slug . ".html"; $fileName = $slug . ".html";

View File

@ -1,6 +1,6 @@
<?php <?php
$mariaServer = "localhost"; $mariaServer = "localhost";
$mariaUser = "siliccgm_scc24"; $mariaUser = "dev2";
$mariaPass = "ewojfwehuvkjvdnvkjvbivibsdb"; $mariaPass = "RLVuEexA6Lb6jfa";
$mariaDb = "siliccgm_scc24"; $mariaDb = "scc24";
$mongo =""; $mongo ="";