move to other root dir

This commit is contained in:
Robert Schumann
2018-03-31 22:42:24 +02:00
parent 129ee4bd9a
commit 913420af75
5 changed files with 38 additions and 7 deletions

View File

@@ -0,0 +1,18 @@
<?php
// ####################################################################
// ### configuration ##################################################
// ####################################################################
$dbhost='$$_REPORT_DB_HOST_$$';
$dbname='$$_REPORT_DB_NAME_$$';
$dbuser='$$_REPORT_DB_USER_$$';
$dbpass='$$_REPORT_DB_PASS_$$';
$dbport='3306';
$cssfile="default.css";
$default_lookup = 1; # 1=on 0=off (on is old behaviour )
$default_sort = 1; # 1=ASCdening 0=DESCending (ASCending is default behaviour )
?>