From 521513331badd31252a5659556007167cdb4883d Mon Sep 17 00:00:00 2001 From: JoseluCross Date: Wed, 4 Oct 2017 19:57:39 +0200 Subject: [PATCH] Repair complete (go back) --- Source/src/app.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/src/app.php b/Source/src/app.php index dc9acd2..4047661 100644 --- a/Source/src/app.php +++ b/Source/src/app.php @@ -10,9 +10,9 @@ require 'users.php'; $path = array( "html" => "assets/html/", - "css" => __DIR__."assets/css/", - "js" => __DIR__."assets/js/", - "img" => __DIR__."assets/img/", + "css" => "assets/css/", + "js" => "assets/js/", + "img" => "assets/img/", ); $supported = ksonParse('data/supported.kson'); $loader = new Twig_Loader_Filesystem($path['html']);