diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-03-17 12:33:32 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-03-17 12:33:32 +0100 |
commit | 6429cb3f90a23fd1aae0d2298c54e8a88d213bcf (patch) | |
tree | ec078a915c5bd04446a59893766a4cbdf0b652d7 /w | |
parent | 53a5f6b267b1deb8c5f10973c1a238ff74a33e5a (diff) | |
download | wcms-6429cb3f90a23fd1aae0d2298c54e8a88d213bcf.tar.gz wcms-6429cb3f90a23fd1aae0d2298c54e8a88d213bcf.zip |
Added app class and reorganisation of the folders
Diffstat (limited to 'w')
-rw-r--r-- | w/art.php | 0 | ||||
-rw-r--r-- | w/art_create.php | 0 | ||||
-rw-r--r-- | w/art_delete.php | 0 | ||||
-rw-r--r-- | w/art_display.php | 0 | ||||
-rw-r--r-- | w/art_edit.php | 0 | ||||
-rw-r--r-- | w/index.php | 20 |
6 files changed, 0 insertions, 20 deletions
diff --git a/w/art.php b/w/art.php deleted file mode 100644 index e69de29..0000000 --- a/w/art.php +++ /dev/null diff --git a/w/art_create.php b/w/art_create.php deleted file mode 100644 index e69de29..0000000 --- a/w/art_create.php +++ /dev/null diff --git a/w/art_delete.php b/w/art_delete.php deleted file mode 100644 index e69de29..0000000 --- a/w/art_delete.php +++ /dev/null diff --git a/w/art_display.php b/w/art_display.php deleted file mode 100644 index e69de29..0000000 --- a/w/art_display.php +++ /dev/null diff --git a/w/art_edit.php b/w/art_edit.php deleted file mode 100644 index e69de29..0000000 --- a/w/art_edit.php +++ /dev/null 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 |