diff options
Diffstat (limited to 'w/index.php')
-rw-r--r-- | w/index.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/w/index.php b/w/index.php deleted file mode 100644 index ebf7106..0000000 --- a/w/index.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php - -//inw - -$root = $_SERVER["DOCUMENT_ROOT"]; -require($root . '/fn.php'); -require($root . '/class/art.php'); -$config = include($root . '/config.php'); -$domaine = $config['domaine']; - -session(); - -// fin de in - -$art = new Art; -$art->createfrombdd($id, bddconnect($config['host'], $config['dbname'], $config['user'], $config['password'])); - -include($root . '/head.php') - -?>
\ No newline at end of file |