Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
hdfc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
def43d5c
authored
2018-03-09 14:11:02 +0000
by
Yashwant
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commented line no. 42 (include_once $bootstrap;) for security check
1 parent
0ece1b56
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
application/vendor/marcelog/pagi/src/PAGI/Application/PAGILauncher.php
application/vendor/marcelog/pagi/src/PAGI/Application/PAGILauncher.php
View file @
def43d5
...
...
@@ -39,7 +39,7 @@ $bootstrap = getenv('PAGIBootstrap');
$myApp
=
''
;
try
{
include_once
$bootstrap
;
//
include_once $bootstrap;
if
(
!
class_exists
(
$appName
,
true
))
{
throw
new
\Exception
(
$appName
.
' is not loaded'
);
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment