9 lines
209 B
PHP
Executable File
9 lines
209 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'no_use_template_for_routes' => array(
|
|
'/abitur/profile/index.html' => '/abitur/profile/index.html',
|
|
'/vsoko/survey/index.html' => '/vsoko/survey/index.html',
|
|
)
|
|
);
|