Commented line no. 42 (include_once $bootstrap;) for security check
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -39,7 +39,7 @@ $bootstrap = getenv('PAGIBootstrap'); | ... | @@ -39,7 +39,7 @@ $bootstrap = getenv('PAGIBootstrap'); |
| 39 | $myApp = ''; | 39 | $myApp = ''; |
| 40 | try { | 40 | try { |
| 41 | 41 | ||
| 42 | include_once $bootstrap; | 42 | // include_once $bootstrap; |
| 43 | if (!class_exists($appName, true)) { | 43 | if (!class_exists($appName, true)) { |
| 44 | throw new \Exception($appName . ' is not loaded'); | 44 | throw new \Exception($appName . ' is not loaded'); |
| 45 | } | 45 | } | ... | ... |
-
Please register or sign in to post a comment