mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
update routes to new system
This commit is contained in:
parent
0442f8a9a6
commit
f3c1754d39
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
$descartesRoutes = array(
|
$routes = array(
|
||||||
'Connect' => [
|
'Connect' => [
|
||||||
'login' => '/',
|
'login' => '/',
|
||||||
'connection' => '/connection/',
|
'connection' => '/connection/',
|
||||||
|
@ -128,4 +128,7 @@
|
||||||
'create' => '/user/create/{csrf}/',
|
'create' => '/user/create/{csrf}/',
|
||||||
'delete' => '/user/delete/{csrf}/',
|
'delete' => '/user/delete/{csrf}/',
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
define('ROUTES', $routes);
|
||||||
|
unset($routes);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue