diff --git a/assets/php/config.php b/assets/php/config.php index 4ac6d24..d6ff34d 100644 --- a/assets/php/config.php +++ b/assets/php/config.php @@ -3,7 +3,7 @@ session_start(); //HTML template: - require_once('./assets/php/template.php'); + require_once('template.php'); $template = new Template(); $prefix = $template->get_prefix(); ?>