mirror of
https://github.com/DanWin/hosting.git
synced 2025-07-26 00:38:14 +02:00
Structure changes for future features
This commit is contained in:
parent
96efd92ab1
commit
2cee59dc6f
47 changed files with 186 additions and 355 deletions
|
@ -15,7 +15,7 @@ if(empty($_SESSION['ftp_pass'])){
|
|||
exit;
|
||||
}
|
||||
$ftp=ftp_connect('127.0.0.1') or die ('No Connection to FTP server!');
|
||||
if(@!ftp_login($ftp, "$user[onion].onion", $_SESSION['ftp_pass'])){
|
||||
if(@!ftp_login($ftp, $user[system_account], $_SESSION['ftp_pass'])){
|
||||
send_login();
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue