aboutsummaryrefslogtreecommitdiffstats
path: root/includes/event.php
diff options
context:
space:
mode:
authorWesley Miaw <josuah@users.sourceforge.net>2003-11-25 22:13:56 +0000
committerWesley Miaw <josuah@users.sourceforge.net>2003-11-25 22:13:56 +0000
commit4720787ca018e3d701479698f02b5a1df491c466 (patch)
tree1df8380e2edbf92942457a90997b80c14fa31e0f /includes/event.php
parent3296fc0d10a3f794541a9ff162490b6164e6a59d (diff)
downloadphpicalendar-4720787ca018e3d701479698f02b5a1df491c466.tar.gz
phpicalendar-4720787ca018e3d701479698f02b5a1df491c466.tar.bz2
phpicalendar-4720787ca018e3d701479698f02b5a1df491c466.zip
Fleshed out invalid login error response. Only checks for invalid
logins for non-HTTP authentication (even if there is no calendar map for an HTTP authenticated user). Switched some include() directives to include_once() to prevent possible future redeclaration errors.
Diffstat (limited to 'includes/event.php')
-rw-r--r--includes/event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/event.php b/includes/event.php
index ffa0308..8de5d20 100644
--- a/includes/event.php
+++ b/includes/event.php
@@ -1,6 +1,6 @@
<?php
define('BASE', '../');
-include (BASE.'functions/init.inc.php');
+include_once(BASE.'functions/init.inc.php');
function decode_popup ($item) {
$item = stripslashes(rawurldecode($item));

© 2014-2024 Faster IT GmbH | imprint | privacy policy