Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
UserAdminV2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
庄欣
UserAdminV2
Commits
6cccc9cc
Commit
6cccc9cc
authored
Jan 14, 2016
by
Graham Campbell
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into develop
parents
84c7435d
e46a73dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/Exceptions/Handler.php
+1
-1
public/web.config
+1
-1
No files found.
app/Exceptions/Handler.php
View file @
6cccc9cc
...
@@ -3,10 +3,10 @@
...
@@ -3,10 +3,10 @@
namespace
App\Exceptions
;
namespace
App\Exceptions
;
use
Exception
;
use
Exception
;
use
Illuminate\Validation\ValidationException
;
use
Illuminate\Auth\Access\AuthorizationException
;
use
Illuminate\Auth\Access\AuthorizationException
;
use
Illuminate\Database\Eloquent\ModelNotFoundException
;
use
Illuminate\Database\Eloquent\ModelNotFoundException
;
use
Symfony\Component\HttpKernel\Exception\HttpException
;
use
Symfony\Component\HttpKernel\Exception\HttpException
;
use
Illuminate\Foundation\Validation\ValidationException
;
use
Illuminate\Foundation\Exceptions\Handler
as
ExceptionHandler
;
use
Illuminate\Foundation\Exceptions\Handler
as
ExceptionHandler
;
class
Handler
extends
ExceptionHandler
class
Handler
extends
ExceptionHandler
...
...
public/web.config
View file @
6cccc9cc
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<
add
input
=
"{REQUEST_FILENAME}"
matchType
=
"IsDirectory"
ignoreCase
=
"false"
negate
=
"true"
/>
<
add
input
=
"{REQUEST_FILENAME}"
matchType
=
"IsDirectory"
ignoreCase
=
"false"
negate
=
"true"
/>
<
add
input
=
"{REQUEST_FILENAME}"
matchType
=
"IsFile"
ignoreCase
=
"false"
negate
=
"true"
/>
<
add
input
=
"{REQUEST_FILENAME}"
matchType
=
"IsFile"
ignoreCase
=
"false"
negate
=
"true"
/>
</
conditions
>
</
conditions
>
<
action
type
=
"Rewrite"
url
=
"index.php"
/>
<
action
type
=
"Rewrite"
url
=
"index.php"
/>
</
rule
>
</
rule
>
</
rules
>
</
rules
>
</
rewrite
>
</
rewrite
>
...
...
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