Repair complete (go back)

This commit is contained in:
JoseluCross
2017-10-04 19:57:39 +02:00
parent efc4769ba5
commit 521513331b

View File

@@ -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']);