Skip to content

Commit b3a66ad

Browse files
committed
wip
1 parent 48564a8 commit b3a66ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ghost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function is_url_available( $url ) {
138138
// Customize the install page
139139
public function render_page( $args ) {
140140
global $hcpp;
141-
if ( strpos( $_SERVER['REQUEST_URI'], '?app=Ghost' ) !== false && $args['page'] == 'setup_webapp' ) return $args;
141+
if ( false === (strpos( $_SERVER['REQUEST_URI'], '?app=Ghost' ) !== false && $args['page'] == 'setup_webapp' ) ) return $args;
142142
$content = $args['content'];
143143
$user = trim($args['user'], "'");
144144
$shell = $hcpp->run( "list-user $user json")[$user]['SHELL'];

0 commit comments

Comments
 (0)