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);
if (empty($slug)) {
echo "Slug not provided!";
exit;
// echo "Slug not provided!";
// exit;
}
$fileName = $slug . ".html";

View File

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