From 6429cb3f90a23fd1aae0d2298c54e8a88d213bcf Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sat, 17 Mar 2018 12:33:32 +0100 Subject: Added app class and reorganisation of the folders --- w/art.php | 0 w/art_create.php | 0 w/art_delete.php | 0 w/art_display.php | 0 w/art_edit.php | 0 w/index.php | 20 -------------------- 6 files changed, 20 deletions(-) delete mode 100644 w/art.php delete mode 100644 w/art_create.php delete mode 100644 w/art_delete.php delete mode 100644 w/art_display.php delete mode 100644 w/art_edit.php delete mode 100644 w/index.php (limited to 'w') diff --git a/w/art.php b/w/art.php deleted file mode 100644 index e69de29..0000000 diff --git a/w/art_create.php b/w/art_create.php deleted file mode 100644 index e69de29..0000000 diff --git a/w/art_delete.php b/w/art_delete.php deleted file mode 100644 index e69de29..0000000 diff --git a/w/art_display.php b/w/art_display.php deleted file mode 100644 index e69de29..0000000 diff --git a/w/art_edit.php b/w/art_edit.php deleted file mode 100644 index e69de29..0000000 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 @@ -createfrombdd($id, bddconnect($config['host'], $config['dbname'], $config['user'], $config['password'])); - -include($root . '/head.php') - -?> \ No newline at end of file -- cgit v1.2.3