aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-11-12 08:06:30 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-11-12 08:06:30 +0000
commit9c2a7b8f2965adc322e74c7d6262e754aaae833d (patch)
treee866c2ea1f5126184f58a9235e1fa8c7c54b6739 /index.php
parentc243d4aafdaea7617b2be768fa34bfb7e50714eb (diff)
downloadphpicalendar-9c2a7b8f2965adc322e74c7d6262e754aaae833d.tar.gz
phpicalendar-9c2a7b8f2965adc322e74c7d6262e754aaae833d.tar.bz2
phpicalendar-9c2a7b8f2965adc322e74c7d6262e754aaae833d.zip
roll back experimental feature
Diffstat (limited to 'index.php')
-rw-r--r--index.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/index.php b/index.php
index aee10ea..a63454b 100644
--- a/index.php
+++ b/index.php
@@ -1,12 +1,7 @@
<?php
if (!isset($ALL_CALENDARS_COMBINED)) $ALL_CALENDARS_COMBINED = 'all_calendars_combined971';
-if (is_file("./config.inc.php")){
- include "./config.inc.php";
-}else{
- header ( "Location:./admin/new.php");
- exit;
-}
+include "./config.inc.php";
if (isset($_COOKIE['phpicalendar'])) {
$phpicalendar = unserialize(stripslashes($_COOKIE['phpicalendar']));
$default_view = $phpicalendar['cookie_view'];

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