responsive nav
This commit is contained in:
@@ -30,7 +30,7 @@ spl_autoload_register(function ($class_name) {
|
||||
});
|
||||
|
||||
//SMARTY BEÁLLÍTÁSA
|
||||
require('Smarty/Smarty.class.php');
|
||||
require('../Smarty/Smarty.class.php');
|
||||
|
||||
$smarty = new Smarty();
|
||||
|
||||
@@ -40,7 +40,7 @@ $smarty->setCacheDir('template/cache');
|
||||
$smarty->setConfigDir('template/configs');
|
||||
|
||||
//SQL KAPCSOLAT BEÁLLÍTÁSA
|
||||
$sql = new sql('localhost','tollashodos','uprRscU8bGpJ','tollashodos');
|
||||
$sql = new sql('localhost','root','','badminton_coach');
|
||||
|
||||
//var_dump($sql);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user