aboutsummaryrefslogtreecommitdiffstats
path: root/includes/todo.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/todo.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/todo.php')
-rw-r--r--includes/todo.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/todo.php b/includes/todo.php
index f09cce9..b4cefbd 100644
--- a/includes/todo.php
+++ b/includes/todo.php
@@ -1,8 +1,8 @@
<?php
define('BASE', '../');
-include (BASE.'functions/init.inc.php');
-include (BASE.'functions/date_functions.php');
+include_once(BASE.'functions/init.inc.php');
+include_once(BASE.'functions/date_functions.php');
$vtodo_array = unserialize(base64_decode($HTTP_GET_VARS['vtodo_array']));

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