define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/');
define ('DEBUG', true);
+require (JIRAFEAU_ROOT . 'lib/lang.php');
require (JIRAFEAU_ROOT . 'lib/config.php');
require (JIRAFEAU_ROOT . 'lib/settings.php');
require (JIRAFEAU_ROOT . 'lib/functions.php');
$key, $time, $cfg, $_SERVER['REMOTE_ADDR']);
}
+if (file_exists (JIRAFEAU_ROOT . 'install.php')
+ && !file_exists (JIRAFEAU_ROOT.'lib/config.local.php'))
+{
+ header('Location: install.php');
+ exit;
+}
+
require (JIRAFEAU_ROOT.'lib/template/header.php');
/* Checking for errors. */
"checkbox" name =
"one_time_download" /><?php echo _('One time download');
?></label></p> <p><label for = "input_key"
- ><?php echo _('File key:');
+ ><?php echo _('Password:');
?></label> <input type = "text" name = "key" id = "input_key" /></p>
<p><label for = "select_time"
><?php echo _('Time limit:');