diff --git a/.gitignore b/.gitignore index 457494d..34487c1 100755 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ php_errors.log !/backup/.gitkeep /.idea/* *.bak +.htaccess diff --git a/common.php b/common.php index c3faf7c..09082a7 100644 --- a/common.php +++ b/common.php @@ -79,7 +79,7 @@ $error_msg = array( //SMARTY BEÁLLÍTÁSA //require('../Smarty/Smarty.class.php'); -require('../Smarty/Smarty.class.php'); +require('vendor/Smarty/Smarty.class.php'); $smarty = new Smarty(); diff --git a/index.php b/index.php index 67f7491..f9479cc 100644 --- a/index.php +++ b/index.php @@ -5,10 +5,8 @@ ob_start(); - - - + +