We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9a0bf commit 0b1c5dfCopy full SHA for 0b1c5df
lib/class-wp-php-console.php
@@ -407,11 +407,6 @@ public function init() {
407
$_POST[ PhpConsole\Connector::POST_VAR_NAME ] = stripslashes_deep( $_POST[ PhpConsole\Connector::POST_VAR_NAME ] );
408
}
409
410
- // By default PHP Console uses PhpConsole\Storage\Session for postponed responses,
411
- // so all temporary data will be stored in $_SESSION.
412
- // But there is some problem with frameworks like WordPress that override PHP session handler.
413
- PhpConsole\Connector::setPostponeStorage( new PhpConsole\Storage\File( '/tmp/pc.data' ) );
414
-
415
$connector = PhpConsole\Connector::getInstance();
416
$connector->setPassword( $password );
417
0 commit comments