Responsive design;
New menus (members); Improved interface for parent editing;
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user