Browse Source

Merge 4.5

tags/vichan-4.9.91
czaks 10 years ago
parent
commit
8d3c3f7ef7
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      inc/config.php

+ 4
- 0
inc/config.php View File

@@ -1567,6 +1567,10 @@
// 'type' => 'scp'
// );

// Create gzipped static files along with ungzipped.
// This is useful with nginx with gzip_static on.
$config['gzip_static'] = false;

// Regex for board URIs. Don't add "`" character or any Unicode that MySQL can't handle. 58 characters
// is the absolute maximum, because MySQL cannot handle table names greater than 64 characters.
$config['board_regex'] = '[0-9a-zA-Z$_\x{0080}-\x{FFFF}]{1,58}';


Loading…
Cancel
Save