Changeset 6210 for trunk/centreon/www/install/steps/step2.php
- Timestamp:
- 08/20/08 17:57:11 (5 months ago)
- Files:
-
- 1 modified
-
trunk/centreon/www/install/steps/step2.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/www/install/steps/step2.php
r5226 r6210 16 16 */ 17 17 18 18 // Testing the Cookie in order to determined if cookie are authorized by the browser 19 if($_COOKIE['COOKIE'] != "COOKIE-TEST") 20 { 21 aff_header("Centreon Setup Wizard", "Cookies are disabled", 2); 22 print "<font color='red'>You have to enable Cookies to proceed with the installation!</font>"; 23 aff_middle(); 24 print "<input class='button' type='submit' name='Restart' value='Restart' />"; 25 aff_footer(); 26 } 27 else{ 28 // If the cookies are authorized, we can perform the installation 19 29 aff_header("Centreon Setup Wizard", "Licence", 2); 20 30 $license_file_name = "./LICENSE.txt"; … … 37 47 print "<input class='button' type='submit' name='goto' value='Next' id='button_next' disabled='disabled' />"; 38 48 aff_footer(); 39 49 } 40 50 ?>
