diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-03-17 19:55:22 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-03-17 19:55:22 +0100 |
commit | a8d40a4ac2f73da9509bde6c8337c13042cc6992 (patch) | |
tree | accc85f0fa42511a5c05eb26b08a5910f4b9e03a /fn/fn.php | |
parent | 58ae39dcd52259e280c21c9f3df8ee2e2eae1947 (diff) | |
download | wcms-a8d40a4ac2f73da9509bde6c8337c13042cc6992.tar.gz wcms-a8d40a4ac2f73da9509bde6c8337c13042cc6992.zip |
transfert
Diffstat (limited to 'fn/fn.php')
-rw-r--r-- | fn/fn.php | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,6 +1,4 @@ -secure - -session +<h4>functions</h4> <?php function bddconnect($host, $bdname, $user, $password) @@ -24,5 +22,15 @@ function secure() header("location: /"); } } + +function head($title) { + ?> + <head> + <meta charset="utf8" /> + <link href="" rel="stylesheet" /> + <title><?= $title ?></title> + </head> + <?php +} ?> |