11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
|
<?php
|
||
|
// To activate this you have to put
|
||
|
// NGINX's redirect directives. The
|
||
|
// service is perfectly functional
|
||
|
// with this as false
|
||
|
|
||
|
$fancy_urls = false;
|
||
|
$theme_name = "minimalpunk";
|
||
|
|
||
|
?>
|