diff options
Diffstat (limited to 'www-ssl/nonpublic/einstellungen.php')
-rwxr-xr-x | www-ssl/nonpublic/einstellungen.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-ssl/nonpublic/einstellungen.php b/www-ssl/nonpublic/einstellungen.php index aabcb830..8cba1c30 100755 --- a/www-ssl/nonpublic/einstellungen.php +++ b/www-ssl/nonpublic/einstellungen.php @@ -5,8 +5,8 @@ */ $title = "Himmel"; $header = "Deine persönlichen Einstellungen"; -include ("../../includes/header.php"); -include ("../../includes/crypt.php"); +include ("../../../27c3/includes/header.php"); +include ("../../../27c3/includes/crypt.php"); if (!IsSet($_POST["action"])) { @@ -357,5 +357,5 @@ case 'delPicture': Break; } } -include ("../../includes/footer.php"); +include ("../../../27c3/includes/footer.php"); ?> |