diff options
Diffstat (limited to 'test/awor1.txt')
-rw-r--r-- | test/awor1.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/awor1.txt b/test/awor1.txt new file mode 100644 index 0000000..e02eb8d --- /dev/null +++ b/test/awor1.txt @@ -0,0 +1,18 @@ +<?php
+ # server switch webetud
+if (($_SERVER["REMOTE_ADDR"] == "localhost")
+ || ($_SERVER["REMOTE_ADDR"] == "127.0.0.1")
+ ){
+ $login='etud';
+ $login='Inglebert';
+} else {
+ VerifOuvertureSession("quelconque");
+}
+ #################################################
+ # Récupération login webetud
+ #################################################
+ function VerifOuvertureSession($typeParam)
+ {
+ session_start();
+ #peu importe
+ }
\ No newline at end of file |