• This project
    • Loading...
  • Sign in

Зуев Егор / wiki.dev

Logo belkanton
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • wiki.dev
  • resources
  • lang
  • en
  • errors.php
  • Dan Brown's avatar
    Added permission system · ae95d0a2
    ae95d0a2
    Dan Brown authored 2015-08-29 15:03:42 +0100
errors.php 156 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
<?php

return [

    /**
     * Error text strings.
     */

    // Pages
    'permission' => 'You do not have permission to access the requested page.',
];