1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Plugin manager auth variables

This commit is contained in:
SecretR
2013-05-08 14:20:12 +03:00
parent 1e2b9ba3e0
commit fd0a0df664

View File

@@ -28,7 +28,7 @@ if(e_AJAX_REQUEST && isset($_GET['src'])) // Ajax
$status = "Downloading...";
$fl = e107::getFile();
//$fl->setAuthKey('username','password');
$fl->setAuthKey($e107SiteUsername,$e107SiteUserpass);
$fl->download($remotefile,'plugin');
exit;