blob: 250a870c15c5419b79fa2c0ae376b2c19b20b11f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<?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')
rpout
CURLOPT_PROXYAUT
?>
|