Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gredu_labs
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Σταύρος Παπαδάκης
gredu_labs
Commits
89d81d23
Commit
89d81d23
authored
Feb 09, 2016
by
Vassilis Kanellopoulos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
split acl
parent
f9f928f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
config/settings/acl.global.php
config/settings/acl.global.php
+1
-2
config/settings/authentication.global.php
config/settings/authentication.global.php
+19
-0
No files found.
config/settings/acl.global.php
View file @
89d81d23
...
...
@@ -14,8 +14,7 @@ return [
'callables'
=>
[],
'routes'
=>
[
[
'/'
,
[
'guest'
,
'user'
],
[
'get'
]],
[
'/user/login'
,
[
'guest'
],
[
'get'
,
'post'
]],
[
'/user/logout'
,
[
'user'
],
[
'get'
]],
[
'/school'
,
[
'guest'
,
'user'
],
[
'get'
]],
[
'/school/labs'
,
[
'guest'
,
'user'
],
[
'get'
]],
[
'/school/staff'
,
[
'guest'
,
'user'
],
[
'get'
]],
...
...
config/settings/authentication.global.php
0 → 100644
View file @
89d81d23
<?php
/**
* gredu_labs
*
* @link https://github.com/eellak/gredu_labs for the canonical source repository
* @copyright Copyright (c) 2008-2015 Greek Free/Open Source Software Society (https://gfoss.ellak.gr/)
* @license GNU GPLv3 http://www.gnu.org/licenses/gpl-3.0-standalone.html
*/
return
[
'acl'
=>
[
'guards'
=>
[
'routes'
=>
[
[
'/user/login'
,
[
'guest'
],
[
'get'
,
'post'
]],
[
'/user/logout'
,
[
'user'
],
[
'get'
]],
],
],
],
];
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment