Change root directory

This commit is contained in:
lionel 2021-01-14 12:01:47 +01:00
parent 9e0bb0963f
commit f5ea3a2326

View File

@ -4,7 +4,7 @@ error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
$root = "/var/www/html";//$_SERVER["DOCUMENT_ROOT"];
$root = $_SERVER["DOCUMENT_ROOT"];
$directory = "/uploads/";