We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48564a8 commit b3a66adCopy full SHA for b3a66ad
1 file changed
ghost.php
@@ -138,7 +138,7 @@ public function is_url_available( $url ) {
138
// Customize the install page
139
public function render_page( $args ) {
140
global $hcpp;
141
- if ( strpos( $_SERVER['REQUEST_URI'], '?app=Ghost' ) !== false && $args['page'] == 'setup_webapp' ) return $args;
+ if ( false === (strpos( $_SERVER['REQUEST_URI'], '?app=Ghost' ) !== false && $args['page'] == 'setup_webapp' ) ) return $args;
142
$content = $args['content'];
143
$user = trim($args['user'], "'");
144
$shell = $hcpp->run( "list-user $user json")[$user]['SHELL'];
0 commit comments