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

$app = new App($config);
$art = new Art;
$art->createfrombdd($id, $app->getBdd());

include($root . '/head.php')

?>