FoOlSlideX/config.php
2022-06-07 22:33:24 +02:00

22 lines
533 B
PHP

<?php
$config = [
"title" => "MangaReader", // Spaces allowed
"cookie" => "mangareader", // NO SPACES, ONE WORD!
"logo" => "assets/img/logo.png",
"slogan" => "Read Manga online for free with no ads",
"url" => "http://localhost/mangareaderx/",
"theme" => 1, // choose betweeen 1-5
"start" => "2020",
"lang" => "en",
"disqus" => "mangapanzer"
];
$slave = [
"host" => "localhost",
"user" => "root",
"pass" => "",
"table" => "mangareaderx"
];
?>