forked from leftypol/leftypol
public key authentication for remote servers
This commit is contained in:
parent
7ff9cd6f2d
commit
e3918f7110
2 changed files with 11 additions and 2 deletions
|
@ -259,7 +259,6 @@
|
|||
global $config;
|
||||
|
||||
if(preg_match('/^remote:\/\/(.+)\:(.+)$/', $path, $m)) {
|
||||
|
||||
if(isset($config['remote'][$m[1]])) {
|
||||
require_once 'inc/remote.php';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue