]> git.mxchange.org Git - mailer.git/blobdiff - install.php
Things that 'should not happen' should end in debug_report_bug(), not logDebugMessage...
[mailer.git] / install.php
index 1f3ff34eadb1ed18e1497d8ceb4d8dd8b4f1171e..7007c9e96123fd544dc61289cb47948b92487675 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 08/25/2003 *
- * ===============                              Last change: 04/26/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 08/25/2003 *
+ * ===================                          Last change: 04/26/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : install.php                                      *
@@ -55,11 +55,11 @@ require('inc/libs/security_functions.php');
 // Init start time
 $GLOBALS['startTime'] = microtime(true);
 
-// Tell every module / include file we are installing
+// Tell every module / require file we are installing
 $GLOBALS['mxchange_installing'] = true;
 
 // Set CSS variable for "normal mode"
-$GLOBALS['output_mode'] = 0;
+$GLOBALS['output_mode'] = '0';
 
 // Set module
 $GLOBALS['module'] = 'install';