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'); }