diff options
author | emkael <emkael@tlen.pl> | 2018-02-04 13:04:09 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-02-04 13:04:09 +0100 |
commit | e370fce634e5fd70da4be4dcb2f51abbfad21358 (patch) | |
tree | 60269a4a8e33fc2cea6bc4e65f9900c20310b827 | |
parent | 179574d7d2ee03d9d7cfa9f37ad62e96fcbd4656 (diff) | |
parent | f7bdf0e4c7300666acfdcf9475be704333195765 (diff) |
Merge branch 'master' into single-table-visualization
-rw-r--r-- | .htaccess | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,5 +8,4 @@ </Files> RewriteEngine On -RewriteRule ([a-zA-Z0-9]+)(\d)b-(\d+)\.html$ tdd-protocol.php?prefix=$1&round=$2&board=$3 - +RewriteRule ([a-zA-Z0-9-_]+)(\d)b-(\d+)\.html$ tdd-protocol.php?prefix=$1&round=$2&board=$3 |