From efc4769ba5db6562cc1afb946f5b292c61a26f36 Mon Sep 17 00:00:00 2001 From: JoseluCross Date: Wed, 4 Oct 2017 19:24:33 +0200 Subject: [PATCH] Pruebas --- Source/src/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/",