Show
Ignore:
Timestamp:
08/20/08 17:57:11 (5 months ago)
Author:
dduponchelle
Message:

Test added during the first step of the installation.
Now, the browser must authorize cookies to proceed with the installation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/www/install/steps/step1.php

    r5226 r6210  
    1515 * For information : contact@centreon.com 
    1616 */ 
    17  
     17  
     18        // Creating a Cookie to test the cookie activation of the browser 
     19        setcookie('COOKIE','COOKIE-TEST',time()+3600); 
     20         
    1821        aff_header("Centreon Setup Wizard", "Welcome to Centreon Setup", 1); 
    1922        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>";