responsive nav
This commit is contained in:
@@ -4,6 +4,7 @@ RewriteEngine On
|
||||
RewriteBase /
|
||||
|
||||
|
||||
RewriteRule ^\/?(_css\/)([a-zA-Z0-9_]+)\.css$ _css/$2.css [NC]
|
||||
RewriteRule ^\/?(_ajax\/)([a-zA-Z0-9_]+)\.php$ _ajax/$2.php [NC,L]
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
ini_set('include_path', '../_class/');
|
||||
include('class_sql.php');
|
||||
$sql = new sql('localhost','tollashodos','uprRscU8bGpJ','tollashodos');
|
||||
$sql = new sql('localhost','root','','badminton_coach');
|
||||
/*
|
||||
foreach ($_POST as $key => $value) {
|
||||
trigger_error($key . " : " . $value, E_USER_NOTICE);
|
||||
|
||||
@@ -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