def43d5c by Yashwant

Commented line no. 42 (include_once $bootstrap;) for security check

1 parent 0ece1b56
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!