summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/wecken.php
diff options
context:
space:
mode:
authorichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-09-10 15:56:20 +0000
committerichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-09-10 15:56:20 +0000
commit0c4794c71fded14cd098ae519bc856f3af79f89b (patch)
treee08c9c39c95ea1ebf5abd770e8b88d7f7c030a4a /www-ssl/nonpublic/wecken.php
parent83a90af93078aee26067761db11dfbb369f1e188 (diff)
fixed the fixable files in /nonpublic
git-svn-id: svn://svn.cccv.de/engel-system@283 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/nonpublic/wecken.php')
-rwxr-xr-xwww-ssl/nonpublic/wecken.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-ssl/nonpublic/wecken.php b/www-ssl/nonpublic/wecken.php
index 3fa497b6..30ef689b 100755
--- a/www-ssl/nonpublic/wecken.php
+++ b/www-ssl/nonpublic/wecken.php
@@ -2,7 +2,7 @@
$title = "Himmel";
$header = "Weckdienst";
-include ("./inc/header.php");
+include ("../../includes/header.php");
if( isset($_POST["eintragen"]))
if( $_POST["eintragen"] == Get_Text("pub_wake_bouton") )
@@ -77,5 +77,5 @@ echo Get_Text("pub_wake_beschreibung2"); ?>
<input type="submit" name="eintragen" value="<?PHP echo Get_Text("pub_wake_bouton"); ?>">
</form>
<?PHP
-include ("./inc/footer.php");
+include ("../../includes/footer.php");
?>