From 9f19c2c7af953d8a7de56b5f5db70e1facc7f198 Mon Sep 17 00:00:00 2001 From: Julien VAUBOURG Date: Wed, 8 Jul 2015 19:41:13 +0200 Subject: [PATCH] Cleaning --- sources/config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sources/config.php b/sources/config.php index f930699..c767de2 100644 --- a/sources/config.php +++ b/sources/config.php @@ -23,7 +23,9 @@ function configure() { option('env', ENV_PRODUCTION); option('debug', false); option('base_uri', '/'); - layout("layout.html.php"); + + layout('layout.html.php'); + define('PUBLIC_DIR', '/public'); }