Responsive design;

New menus (members);
Improved interface for parent editing;
This commit is contained in:
Ricsi
2016-12-03 11:10:28 +01:00
parent 289f409405
commit 303f26587f
69 changed files with 2037 additions and 2111 deletions

View File

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