Skip to content

Commit 8203905

Browse files
committed
😷 fixing git submodule
1 parent 3f19d0d commit 8203905

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bridges/php/handler.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ public function getContent($path) {
5757
ExceptionCatcherJSON::register();
5858

5959
$oFtp = new FileManager(array(
60-
'hostname' => 'zendelsolutions.com',
61-
'username' => 'px000502',
62-
'password' => '50beGUmere'
60+
'hostname' => '',
61+
'username' => '',
62+
'password' => ''
6363
));
6464

6565
$oFtp->connect();

0 commit comments

Comments
 (0)