Changeset 6210 for trunk/centreon/www/install/steps/step1.php
- Timestamp:
- 08/20/08 17:57:11 (5 months ago)
- Files:
-
- 1 modified
-
trunk/centreon/www/install/steps/step1.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/www/install/steps/step1.php
r5226 r6210 15 15 * For information : contact@centreon.com 16 16 */ 17 17 18 // Creating a Cookie to test the cookie activation of the browser 19 setcookie('COOKIE','COOKIE-TEST',time()+3600); 20 18 21 aff_header("Centreon Setup Wizard", "Welcome to Centreon Setup", 1); 19 22 print "<p>This installer creates the Centreon database tables and sets the configuration variables that you need to start. The entire process should take about ten minutes.</p>";
