mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-18 00:56:42 +01:00
vichan specific fix to facilitate using "." and "+" in boardnames
This commit is contained in:
parent
6c431d2dae
commit
c748d9330f
2
mod.php
2
mod.php
@ -45,7 +45,7 @@ $pages = array(
|
||||
'/news/(\d+)' => 'news', // view news
|
||||
'/news/delete/(\d+)' => 'news_delete', // delete from news
|
||||
|
||||
'/edit/(\w+)' => 'edit_board', // edit board details
|
||||
'/edit/([\w+.]+)' => 'edit_board', // edit board details
|
||||
'/new-board' => 'new_board', // create a new board
|
||||
|
||||
'/rebuild' => 'rebuild', // rebuild static files
|
||||
|
Loading…
x
Reference in New Issue
Block a user