diff options
Diffstat (limited to 'public/w/index.php')
-rw-r--r-- | public/w/index.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/public/w/index.php b/public/w/index.php new file mode 100644 index 0000000..6299fd1 --- /dev/null +++ b/public/w/index.php @@ -0,0 +1,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') + +?>
\ No newline at end of file |