responsive nav

This commit is contained in:
Ricsi
2016-11-25 22:07:48 +01:00
parent dc4ff70c9e
commit 289f409405
3 changed files with 4 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ RewriteEngine On
RewriteBase / RewriteBase /
RewriteRule ^\/?(_css\/)([a-zA-Z0-9_]+)\.css$ _css/$2.css [NC]
RewriteRule ^\/?(_ajax\/)([a-zA-Z0-9_]+)\.php$ _ajax/$2.php [NC,L] RewriteRule ^\/?(_ajax\/)([a-zA-Z0-9_]+)\.php$ _ajax/$2.php [NC,L]

View File

@@ -1,7 +1,7 @@
<?php <?php
ini_set('include_path', '../_class/'); ini_set('include_path', '../_class/');
include('class_sql.php'); include('class_sql.php');
$sql = new sql('localhost','tollashodos','uprRscU8bGpJ','tollashodos'); $sql = new sql('localhost','root','','badminton_coach');
/* /*
foreach ($_POST as $key => $value) { foreach ($_POST as $key => $value) {
trigger_error($key . " : " . $value, E_USER_NOTICE); trigger_error($key . " : " . $value, E_USER_NOTICE);

View File

@@ -30,7 +30,7 @@ spl_autoload_register(function ($class_name) {
}); });
//SMARTY BEÁLLÍTÁSA //SMARTY BEÁLLÍTÁSA
require('Smarty/Smarty.class.php'); require('../Smarty/Smarty.class.php');
$smarty = new Smarty(); $smarty = new Smarty();
@@ -40,7 +40,7 @@ $smarty->setCacheDir('template/cache');
$smarty->setConfigDir('template/configs'); $smarty->setConfigDir('template/configs');
//SQL KAPCSOLAT BEÁLLÍTÁSA //SQL KAPCSOLAT BEÁLLÍTÁSA
$sql = new sql('localhost','tollashodos','uprRscU8bGpJ','tollashodos'); $sql = new sql('localhost','root','','badminton_coach');
//var_dump($sql); //var_dump($sql);