FoOlSlideX/config.php

10 lines
133 B
PHP

<?php
$slave = [
"host" => "localhost",
"user" => "root",
"pass" => "",
"table" => "mangareaderx"
];
?>