mirror of
https://github.com/CAcertOrg/cats.git
synced 2024-11-21 13:04:04 +00:00
bug 1098: removed "/" from template file. This needs to be replaced on the productive system as well.
This commit is contained in:
parent
aae47d592b
commit
073c875602
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
$_SESSION['_config']['normalhostname'] = "HOSTNAME";
|
$_SESSION['_config']['normalhostname'] = "HOSTNAME";
|
||||||
$_SESSION['_config']['securehostname'] = "HOSTNAME";
|
$_SESSION['_config']['securehostname'] = "HOSTNAME";
|
||||||
$_SESSION['_config']['folder'] = "/";
|
$_SESSION['_config']['folder'] = "";
|
||||||
|
|
||||||
// Variablen intialisieren für MySQL
|
// Variablen intialisieren für MySQL
|
||||||
// Do not change variable names, other scripts are parsing this file for them!
|
// Do not change variable names, other scripts are parsing this file for them!
|
||||||
|
@ -19,5 +19,5 @@ $database="DATABASE";
|
||||||
|
|
||||||
// Wählt DB aus oder gibt Meldung aus
|
// Wählt DB aus oder gibt Meldung aus
|
||||||
mysql_select_db("$database") or die
|
mysql_select_db("$database") or die
|
||||||
("Die Datenbank existiert nicht");
|
("Die Datenbank existiert nicht");
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue