Файл: routes.php
Строк: 92
<?php
return [
'/' => 'index',
'/captcha' => 'captcha',
'/sign-up' => 'user/sign-up',
'/sign-in' => 'user/sign-in',
'/exit' => 'user/exit',
'/repassword' => 'user/repassword',
'/lk' => 'user/lk',
'/history' => 'user/history',
'/bill' => 'user/bill',
'/claim' => 'arbitration/claim',
'/debt' => 'user/debt',
'/limit' => 'user/limit',
'/identification' => 'user/identification',
'/doc/agreement' => 'doc/agreement',
'/doc/forbidden' => 'doc/forbidden',
'/doc/moduls' => 'doc/moduls',
'/doc/api' => 'doc/api',
'/doc/tarif' => 'doc/tarif',
'/doc/stat' => 'doc/stat',
'/doc/contact' => 'doc/contact',
'/doc/rules' => 'doc/rules',
'/doc/wighet' => 'doc/pay-button',
'/doc/payments' => 'doc/payments',
'/news' => 'doc/news',
'/notification' => 'user/notification',
'/change_password' => 'user/change_password',
'/setting' => 'user/setting',
'/moneyback' => 'user/moneyback',
'/shop' => 'shop/index',
'/shop/edit' => 'shop/edit',
'/shop/payments' => 'shop/payments',
'/shop/wighet' => 'shop/wighet',
'/shop/del' => 'shop/del',
'/shop/new' => 'shop/new',
'/shop/history' => 'shop/history',
'/shop/moneyback' => 'shop/moneyback',
'/support' => 'support/index',
'/support/view' => 'support/tiket',
'/support/new' => 'support/new',
'/merchant' => 'merchant/index',
'/payments' => 'merchant/payments',
'/bot/telegram' => 'user/telegram_bot',
'/api/games' => 'merchant/game',
'/api/subscriptions' => 'merchant/subscriptions',
'/api/test' => 'merchant/test',
'/api/sub/callback' => 'merchant/sub_callback',
'/confrim_email' => 'user/confrim_email',
'/result/interkassa' => 'result/interkassa',
'/admin/payments' => '/admin/payments',
'/admin' => '/admin/index',
'/admin/moneyback' => '/admin/moneyback',
'/admin/shop' => '/admin/shop',
'/admin/shop/edit' => '/admin/shop_edit',
'/admin/users' => '/admin/users',
'/admin/user/edit' => '/admin/user_edit',
'/admin/setting' => '/admin/setting',
'/result/yandex' => '/result/yandex',
'/result/payeer' => '/result/payeer',
'/merchant/payments' => '/payments',
'/android' => 'android/index',
];