diff options
Diffstat (limited to 'test/awor1.txt')
-rw-r--r-- | test/awor1.txt | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/test/awor1.txt b/test/awor1.txt index e02eb8d..1ccf3f2 100644 --- a/test/awor1.txt +++ b/test/awor1.txt @@ -1,18 +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
+<?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 |