aboutsummaryrefslogtreecommitdiff
path: root/w/index.php
blob: ebf71069ead4bfd4e35892d105b3552de3259b77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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')

?>