ERROR!'; echo '

The main configuration file does NOT exist!

'; echo '

Click '; html_link('./install/index.php', $text = 'here', $status = 'Install S9Y_Conf', $target = ''); echo 'to installS9Y_Conf.

'; } exit; } // Installed if(!defined('S9YCONF_INSTALLED')) { // If no headers are sent, send one if (!headers_sent()) { header("Location: http://" . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . "/install"); }else{ echo '
ERROR!
'; echo '

The main configuration file does NOT exist!

'; echo '

Click '; html_link('./install/index.php', $text = 'here', $status = 'Install S9Y_Conf', $target = ''); echo 'to installS9Y_Conf.

'; } exit; } debug_msg ("FILE: ".__FILE__,3); db_connect(); html_header("S9Y_Conf Serendipity Blog Configuration Tool"); ?>


An application developed to assist with the configuration and management of Serendipity (S9Y) installations.

Created by Chris Lander.