1 | 1 |
new file mode 100755 |
... | ... |
@@ -0,0 +1,9 @@ |
1 |
+<?php |
|
2 |
+session_start(); |
|
3 |
+include("../scriptPHP/cookies.php"); |
|
4 |
+choixInterface($_POST['interface']); |
|
5 |
+choixGlyph($_POST['polices']); |
|
6 |
+choixTailleLecture($_POST['tailleLecture']); |
|
7 |
+header("location: ../index.php?page=preferences") |
|
8 |
+ |
|
9 |
+?> |