mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +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...";
|
||||
|
||||
$fl = e107::getFile();
|
||||
//$fl->setAuthKey('username','password');
|
||||
$fl->setAuthKey($e107SiteUsername,$e107SiteUserpass);
|
||||
$fl->download($remotefile,'plugin');
|
||||
|
||||
exit;
|
||||
|
Reference in New Issue
Block a user