Changeset 1645
- Timestamp:
- 05/16/06 20:08:29 (7 years ago)
- File:
-
- 1 edited
-
alternc/trunk/bureau/class/config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/bureau/class/config.php
r1643 r1645 68 68 69 69 70 71 70 /* PHPLIB inclusions : */ 72 71 $root="/var/alternc/bureau/"; … … 80 79 require_once($root."class/functions.php"); 81 80 require_once($root."class/variables.php"); 81 82 // Redirection si appel à https://(!fqdn)/ 83 if ($_SERVER["HTTPS"]=="on" && $host!=$L_FQDN) { 84 header("Location: https://$L_FQDN/"); 85 } 86 82 87 83 88 // Classe héritée de la classe db de la phplib.
Note: See TracChangeset
for help on using the changeset viewer.
