From 161453e9b5c16724cabd23374e2f8329bff6939b Mon Sep 17 00:00:00 2001 From: Ricsi Date: Mon, 8 Apr 2019 22:11:36 +0100 Subject: [PATCH] added vendors --- .gitignore | 1 + common.php | 2 +- index.php | 6 ++---- 3 files changed, 4 insertions(+), 5 deletions(-) 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(); - - - + +