librecat/include/settings.php

11 lines
189 B
PHP
Raw Normal View History

2020-05-21 17:19:38 +00:00
<?php
// To activate this you have to put
// NGINX's redirect directives. The
// service is perfectly functional
// with this as false
2020-05-21 18:06:16 +00:00
$fancy_urls = true;
2020-05-30 20:23:04 +00:00
$theme_name = "minimalpunk";
2020-05-21 17:19:38 +00:00
?>