add notes to config

This commit is contained in:
saintly2k 2022-06-07 22:33:24 +02:00
parent 16a1c3b082
commit 01f78e47ce

View File

@ -1,8 +1,8 @@
<?php
$config = [
"title" => "MangaReader",
"cookie" => "mangareader",
"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/",