Commit 0123b1a3a2ca4ce8b66fe42cc83d0f7d2f624893

Authored by Administrator
1 parent 40c9728a

access in admin

Showing 36 changed files with 36 additions and 36 deletions   Show diff stats
backend/controllers/AccountsController.php
... ... @@ -33,7 +33,7 @@ class AccountsController extends Controller
33 33 'allow' => true,
34 34 ],
35 35 [
36   - 'actions' => ['logout', 'index'],
  36 + 'actions' => ['logout', 'index','create','update','view','delete'],
37 37 'allow' => true,
38 38 'roles' => ['@'],
39 39 ],
... ...
backend/controllers/AccountsVinController.php
... ... @@ -29,7 +29,7 @@ class AccountsVinController extends Controller
29 29 'allow' => true,
30 30 ],
31 31 [
32   - 'actions' => ['logout', 'index'],
  32 + 'actions' => ['logout', 'index','create','update','view','delete',],
33 33 'allow' => true,
34 34 'roles' => ['@'],
35 35 ],
... ...
backend/controllers/ArtHistoryController.php
... ... @@ -30,7 +30,7 @@ class ArtHistoryController extends Controller
30 30 'allow' => true,
31 31 ],
32 32 [
33   - 'actions' => ['logout', 'index'],
  33 + 'actions' => ['logout', 'index','create','update','view','delete',],
34 34 'allow' => true,
35 35 'roles' => ['@'],
36 36 ],
... ...
backend/controllers/BrandsController.php
... ... @@ -31,7 +31,7 @@ class BrandsController extends Controller
31 31 'allow' => true,
32 32 ],
33 33 [
34   - 'actions' => ['logout', 'index'],
  34 + 'actions' => ['logout', 'index','create','update','view','delete',],
35 35 'allow' => true,
36 36 'roles' => ['@'],
37 37 ],
... ...
backend/controllers/BrandsReplaceController.php
... ... @@ -31,7 +31,7 @@ class BrandsReplaceController extends Controller
31 31 'allow' => true,
32 32 ],
33 33 [
34   - 'actions' => ['logout', 'index'],
  34 + 'actions' => ['logout', 'index','create','update','view','delete',],
35 35 'allow' => true,
36 36 'roles' => ['@'],
37 37 ],
... ...
backend/controllers/CartController.php
... ... @@ -30,7 +30,7 @@ class CartController extends BaseController
30 30 'allow' => true,
31 31 ],
32 32 [
33   - 'actions' => ['logout', 'index'],
  33 + 'actions' => ['logout', 'index','create','update','view','delete',],
34 34 'allow' => true,
35 35 'roles' => ['@'],
36 36 ],
... ...
backend/controllers/CatController.php
... ... @@ -29,7 +29,7 @@ class CatController extends Controller
29 29 'allow' => true,
30 30 ],
31 31 [
32   - 'actions' => ['logout', 'index'],
  32 + 'actions' => ['logout', 'index','create','update','view','delete',],
33 33 'allow' => true,
34 34 'roles' => ['@'],
35 35 ],
... ...
backend/controllers/CrossingUploadController.php
... ... @@ -36,7 +36,7 @@ class CrossingUploadController extends BaseController
36 36 'allow' => true,
37 37 ],
38 38 [
39   - 'actions' => ['logout', 'index'],
  39 + 'actions' => ['logout', 'index','create','update','view','delete',],
40 40 'allow' => true,
41 41 'roles' => ['@'],
42 42 ],
... ...
backend/controllers/CurrencyController.php
... ... @@ -30,7 +30,7 @@ class CurrencyController extends Controller
30 30 'allow' => true,
31 31 ],
32 32 [
33   - 'actions' => ['logout', 'index'],
  33 + 'actions' => ['logout', 'index','create','update','view','delete',],
34 34 'allow' => true,
35 35 'roles' => ['@'],
36 36 ],
... ...
backend/controllers/DeliveriesController.php
... ... @@ -31,7 +31,7 @@ class DeliveriesController extends Controller
31 31 'allow' => true,
32 32 ],
33 33 [
34   - 'actions' => ['logout', 'index'],
  34 + 'actions' => ['logout', 'index','create','update','view','delete',],
35 35 'allow' => true,
36 36 'roles' => ['@'],
37 37 ],
... ...
backend/controllers/DetailsController.php
... ... @@ -31,7 +31,7 @@ class DetailsController extends Controller
31 31 'allow' => true,
32 32 ],
33 33 [
34   - 'actions' => ['logout', 'index'],
  34 + 'actions' => ['logout', 'index','create','update','view','delete',],
35 35 'allow' => true,
36 36 'roles' => ['@'],
37 37 ],
... ...
backend/controllers/DetailsCrossesController.php
... ... @@ -30,7 +30,7 @@ class DetailsCrossesController extends Controller
30 30 'allow' => true,
31 31 ],
32 32 [
33   - 'actions' => ['logout', 'index'],
  33 + 'actions' => ['logout', 'index','create','update','view','delete',],
34 34 'allow' => true,
35 35 'roles' => ['@'],
36 36 ],
... ...
backend/controllers/DetailsDescriptionController.php
... ... @@ -34,7 +34,7 @@ class DetailsDescriptionController extends BaseController
34 34 'allow' => true,
35 35 ],
36 36 [
37   - 'actions' => ['logout', 'index'],
  37 + 'actions' => ['logout', 'index','create','update','view','delete',],
38 38 'allow' => true,
39 39 'roles' => ['@'],
40 40 ],
... ...
backend/controllers/DicStatusesController.php
... ... @@ -30,7 +30,7 @@ class DicStatusesController extends Controller
30 30 'allow' => true,
31 31 ],
32 32 [
33   - 'actions' => ['logout', 'index'],
  33 + 'actions' => ['logout', 'index','create','update','view','delete',],
34 34 'allow' => true,
35 35 'roles' => ['@'],
36 36 ],
... ...
backend/controllers/EmailsController.php
... ... @@ -29,7 +29,7 @@ class EmailsController extends Controller
29 29 'allow' => true,
30 30 ],
31 31 [
32   - 'actions' => ['logout', 'index'],
  32 + 'actions' => ['logout', 'index','create','update','view','delete',],
33 33 'allow' => true,
34 34 'roles' => ['@'],
35 35 ],
... ...
backend/controllers/ImportersController.php
... ... @@ -30,7 +30,7 @@ class ImportersController extends Controller
30 30 'allow' => true,
31 31 ],
32 32 [
33   - 'actions' => ['logout', 'index'],
  33 + 'actions' => ['logout', 'index','create','update','view','delete',],
34 34 'allow' => true,
35 35 'roles' => ['@'],
36 36 ],
... ...
backend/controllers/ImportersPrefixController.php
... ... @@ -30,7 +30,7 @@ class ImportersPrefixController extends BaseController
30 30 'allow' => true,
31 31 ],
32 32 [
33   - 'actions' => ['logout', 'index'],
  33 + 'actions' => ['logout', 'index','create','update','view','delete',],
34 34 'allow' => true,
35 35 'roles' => ['@'],
36 36 ],
... ...
backend/controllers/ManufacturersController.php
... ... @@ -31,7 +31,7 @@ class ManufacturersController extends Controller
31 31 'allow' => true,
32 32 ],
33 33 [
34   - 'actions' => ['logout', 'index'],
  34 + 'actions' => ['logout', 'index','create','update','view','delete',],
35 35 'allow' => true,
36 36 'roles' => ['@'],
37 37 ],
... ...
backend/controllers/MarginsController.php
... ... @@ -31,7 +31,7 @@ class MarginsController extends Controller
31 31 'allow' => true,
32 32 ],
33 33 [
34   - 'actions' => ['logout', 'index'],
  34 + 'actions' => ['logout', 'index','create','update','view','delete',],
35 35 'allow' => true,
36 36 'roles' => ['@'],
37 37 ],
... ...
backend/controllers/MarginsGroupsController.php
... ... @@ -33,7 +33,7 @@ class MarginsGroupsController extends Controller
33 33 'allow' => true,
34 34 ],
35 35 [
36   - 'actions' => ['logout', 'index'],
  36 + 'actions' => ['logout', 'index','create','update','view','delete',],
37 37 'allow' => true,
38 38 'roles' => ['@'],
39 39 ],
... ...
backend/controllers/MarginsImportersController.php
... ... @@ -34,7 +34,7 @@ class MarginsImportersController extends Controller
34 34 'allow' => true,
35 35 ],
36 36 [
37   - 'actions' => ['logout', 'index'],
  37 + 'actions' => ['logout', 'index','create','update','view','delete',],
38 38 'allow' => true,
39 39 'roles' => ['@'],
40 40 ],
... ...
backend/controllers/MarginsImportersImportController.php
... ... @@ -34,7 +34,7 @@ class MarginsImportersImportController extends Controller
34 34 'allow' => true,
35 35 ],
36 36 [
37   - 'actions' => ['logout', 'index'],
  37 + 'actions' => ['logout', 'index','create','update','view','delete',],
38 38 'allow' => true,
39 39 'roles' => ['@'],
40 40 ],
... ...
backend/controllers/NewsController.php
... ... @@ -35,7 +35,7 @@ class NewsController extends Controller
35 35 'allow' => true,
36 36 ],
37 37 [
38   - 'actions' => ['logout', 'index'],
  38 + 'actions' => ['logout', 'index','create','update','view','delete',],
39 39 'allow' => true,
40 40 'roles' => ['@'],
41 41 ],
... ...
backend/controllers/OfficesController.php
... ... @@ -30,7 +30,7 @@ class OfficesController extends Controller
30 30 'allow' => true,
31 31 ],
32 32 [
33   - 'actions' => ['logout', 'index'],
  33 + 'actions' => ['logout', 'index','create','update','view','delete',],
34 34 'allow' => true,
35 35 'roles' => ['@'],
36 36 ],
... ...
backend/controllers/PageController.php
... ... @@ -29,7 +29,7 @@ class PageController extends Controller
29 29 'allow' => true,
30 30 ],
31 31 [
32   - 'actions' => ['logout', 'index'],
  32 + 'actions' => ['logout', 'index','create','update','view','delete',],
33 33 'allow' => true,
34 34 'roles' => ['@'],
35 35 ],
... ...
backend/controllers/ParserController.php
... ... @@ -42,7 +42,7 @@ class ParserController extends BaseController
42 42 'allow' => true,
43 43 ],
44 44 [
45   - 'actions' => ['logout', 'index'],
  45 + 'actions' => ['logout', 'index','create','update','view','delete',],
46 46 'allow' => true,
47 47 'roles' => ['@'],
48 48 ],
... ...
backend/controllers/PartnersController.php
... ... @@ -29,7 +29,7 @@ class PartnersController extends Controller
29 29 'allow' => true,
30 30 ],
31 31 [
32   - 'actions' => ['logout', 'index'],
  32 + 'actions' => ['logout', 'index','create','update','view','delete',],
33 33 'allow' => true,
34 34 'roles' => ['@'],
35 35 ],
... ...
backend/controllers/PayMessagesController.php
... ... @@ -29,7 +29,7 @@ class PayMessagesController extends Controller
29 29 'allow' => true,
30 30 ],
31 31 [
32   - 'actions' => ['logout', 'index'],
  32 + 'actions' => ['logout', 'index','create','update','view','delete',],
33 33 'allow' => true,
34 34 'roles' => ['@'],
35 35 ],
... ...
backend/controllers/PriceMailingController.php
... ... @@ -28,7 +28,7 @@ class PriceMailingController extends Controller
28 28 'allow' => true,
29 29 ],
30 30 [
31   - 'actions' => ['logout', 'index'],
  31 + 'actions' => ['logout', 'index','create','update','view','delete',],
32 32 'allow' => true,
33 33 'roles' => ['@'],
34 34 ],
... ...
backend/controllers/RgGrupController.php
... ... @@ -40,7 +40,7 @@ class RgGrupController extends BaseController
40 40 'allow' => true,
41 41 ],
42 42 [
43   - 'actions' => ['logout', 'index'],
  43 + 'actions' => ['logout', 'index','create','update','view','delete',],
44 44 'allow' => true,
45 45 'roles' => ['@'],
46 46 ],
... ...
backend/controllers/SettingsMerchantsListController.php
... ... @@ -29,7 +29,7 @@ class SettingsMerchantsListController extends Controller
29 29 'allow' => true,
30 30 ],
31 31 [
32   - 'actions' => ['logout', 'index'],
  32 + 'actions' => ['logout', 'index','create','update','view','delete',],
33 33 'allow' => true,
34 34 'roles' => ['@'],
35 35 ],
... ...
backend/controllers/SiteController.php
... ... @@ -31,7 +31,7 @@ class SiteController extends BaseController
31 31 'allow' => true,
32 32 ],
33 33 [
34   - 'actions' => ['logout', 'index'],
  34 + 'actions' => ['logout', 'index','create','update','view','delete',],
35 35 'allow' => true,
36 36 'roles' => ['@'],
37 37 ],
... ...
backend/controllers/SliderController.php
... ... @@ -29,7 +29,7 @@ class SliderController extends Controller
29 29 'allow' => true,
30 30 ],
31 31 [
32   - 'actions' => ['logout', 'index'],
  32 + 'actions' => ['logout', 'index','create','update','view','delete',],
33 33 'allow' => true,
34 34 'roles' => ['@'],
35 35 ],
... ...
backend/controllers/TeamController.php
... ... @@ -30,7 +30,7 @@ class TeamController extends Controller
30 30 'allow' => true,
31 31 ],
32 32 [
33   - 'actions' => ['logout', 'index'],
  33 + 'actions' => ['logout', 'index','create','update','view','delete',],
34 34 'allow' => true,
35 35 'roles' => ['@'],
36 36 ],
... ...
backend/controllers/TeamGroupController.php
... ... @@ -31,7 +31,7 @@ class TeamGroupController extends Controller
31 31 'allow' => true,
32 32 ],
33 33 [
34   - 'actions' => ['logout', 'index'],
  34 + 'actions' => ['logout', 'index','create','update','view','delete',],
35 35 'allow' => true,
36 36 'roles' => ['@'],
37 37 ],
... ...
backend/controllers/UserController.php
... ... @@ -31,7 +31,7 @@ class UserController extends Controller
31 31 'allow' => true,
32 32 ],
33 33 [
34   - 'actions' => ['logout', 'index'],
  34 + 'actions' => ['logout', 'index','create','update','view','delete',],
35 35 'allow' => true,
36 36 'roles' => ['@'],
37 37 ],
... ...