public key authentication for remote servers

This commit is contained in:
Savetheinternet 2011-07-30 20:45:51 +10:00
parent 7ff9cd6f2d
commit e3918f7110
2 changed files with 11 additions and 2 deletions

View file

@ -259,7 +259,6 @@
global $config;
if(preg_match('/^remote:\/\/(.+)\:(.+)$/', $path, $m)) {
if(isset($config['remote'][$m[1]])) {
require_once 'inc/remote.php';