diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:23:45 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:23:45 +0200 |
commit | 3c8d3719af0f77f8a01881b022e548d3a7d4604e (patch) | |
tree | 475c5ac9085dc4e62bc8095f906f211a0052c8de /test/awor1.txt | |
parent | 50b0ff7533657a8edb7a0d9645699559c50ea712 (diff) | |
download | 2007-AWOR-3c8d3719af0f77f8a01881b022e548d3a7d4604e.tar.gz 2007-AWOR-3c8d3719af0f77f8a01881b022e548d3a7d4604e.tar.bz2 2007-AWOR-3c8d3719af0f77f8a01881b022e548d3a7d4604e.zip |
Deuxième maquette 2007-02-06+19:18:54 - 2007-02-08+16:46:19
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 |