FTP methods absorbed into class

This commit is contained in:
mattpass
2020-05-10 16:28:52 +01:00
parent 46f1a1c319
commit 9d846f0f2a
5 changed files with 151 additions and 27 deletions

View File

@@ -10,6 +10,3 @@ require_once "../classes/URL.php";
// Headers & Settings
require_once "headers.php";
require_once "settings.php";
// FTP Control
require_once "ftp-control.php";