diff --git a/Source/src/app.php b/Source/src/app.php index e45bc89..dc9acd2 100644 --- a/Source/src/app.php +++ b/Source/src/app.php @@ -9,7 +9,7 @@ require 'dbToTable.php'; require 'users.php'; $path = array( - "html" => __DIR__."assets/html/", + "html" => "assets/html/", "css" => __DIR__."assets/css/", "js" => __DIR__."assets/js/", "img" => __DIR__."assets/img/",