mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Plugin manager auth variables
This commit is contained in:
@@ -28,7 +28,7 @@ if(e_AJAX_REQUEST && isset($_GET['src'])) // Ajax
|
|||||||
$status = "Downloading...";
|
$status = "Downloading...";
|
||||||
|
|
||||||
$fl = e107::getFile();
|
$fl = e107::getFile();
|
||||||
//$fl->setAuthKey('username','password');
|
$fl->setAuthKey($e107SiteUsername,$e107SiteUserpass);
|
||||||
$fl->download($remotefile,'plugin');
|
$fl->download($remotefile,'plugin');
|
||||||
|
|
||||||
exit;
|
exit;
|
||||||
|
Reference in New Issue
Block a user