def43d5c by Yashwant

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

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