mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
Removed debug code I accidentally commited.
This commit is contained in:
parent
44d0ea2330
commit
416c9826e8
@ -139,7 +139,6 @@
|
|||||||
str_replace('%s', '\w{1,8}', preg_quote(BOARD_PATH, '/')) .
|
str_replace('%s', '\w{1,8}', preg_quote(BOARD_PATH, '/')) .
|
||||||
str_replace('%d', '\d+', preg_quote(FILE_PAGE, '/')) .
|
str_replace('%d', '\d+', preg_quote(FILE_PAGE, '/')) .
|
||||||
')$/', true);
|
')$/', true);
|
||||||
var_dump(URL_MATCH);
|
|
||||||
|
|
||||||
if(ROOT_FILE) {
|
if(ROOT_FILE) {
|
||||||
chdir(ROOT_FILE);
|
chdir(ROOT_FILE);
|
||||||
|
Loading…
Reference in New Issue
Block a user