website/internal/config.example.php

8 lines
131 B
PHP
Raw Normal View History

2020-10-13 17:12:41 +02:00
<?php
$mysqlServer = "127.0.0.1";
$mysqlUser = "";
$mysqlPassword = "";
$mysqlDatabase = "";
$footerMaxPost = 5;
$homeMaxPost = 3;