diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 13566b8..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
diff --git a/.idea/PHPStorm Repo.iml b/.idea/PHPStorm Repo.iml
deleted file mode 100644
index c956989..0000000
--- a/.idea/PHPStorm Repo.iml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index fca11d0..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/php.xml b/.idea/php.xml
deleted file mode 100644
index 57a5904..0000000
--- a/.idea/php.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 35eb1dd..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MVCtemplate-23-24/.idea/.gitignore b/MVCtemplate-23-24/.idea/.gitignore
deleted file mode 100644
index 73f69e0..0000000
--- a/MVCtemplate-23-24/.idea/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
-# Editor-based HTTP Client requests
-/httpRequests/
diff --git a/MVCtemplate-23-24/.idea/.name b/MVCtemplate-23-24/.idea/.name
deleted file mode 100644
index 4eebc8d..0000000
--- a/MVCtemplate-23-24/.idea/.name
+++ /dev/null
@@ -1 +0,0 @@
-MVCtemplate
\ No newline at end of file
diff --git a/MVCtemplate-23-24/.idea/MVCtemplate.iml b/MVCtemplate-23-24/.idea/MVCtemplate.iml
deleted file mode 100644
index 6b8184f..0000000
--- a/MVCtemplate-23-24/.idea/MVCtemplate.iml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/MVCtemplate-23-24/.idea/deployment.xml b/MVCtemplate-23-24/.idea/deployment.xml
deleted file mode 100644
index f80f8c8..0000000
--- a/MVCtemplate-23-24/.idea/deployment.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MVCtemplate-23-24/.idea/encodings.xml b/MVCtemplate-23-24/.idea/encodings.xml
deleted file mode 100644
index e206d70..0000000
--- a/MVCtemplate-23-24/.idea/encodings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
diff --git a/MVCtemplate-23-24/.idea/misc.xml b/MVCtemplate-23-24/.idea/misc.xml
deleted file mode 100644
index 1162f43..0000000
--- a/MVCtemplate-23-24/.idea/misc.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
diff --git a/MVCtemplate-23-24/.idea/modules.xml b/MVCtemplate-23-24/.idea/modules.xml
deleted file mode 100644
index 7dd4e10..0000000
--- a/MVCtemplate-23-24/.idea/modules.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/MVCtemplate-23-24/.idea/php.xml b/MVCtemplate-23-24/.idea/php.xml
deleted file mode 100644
index e31af55..0000000
--- a/MVCtemplate-23-24/.idea/php.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
diff --git a/MVCtemplate-23-24/.idea/scopes/scope_settings.xml b/MVCtemplate-23-24/.idea/scopes/scope_settings.xml
deleted file mode 100644
index 922003b..0000000
--- a/MVCtemplate-23-24/.idea/scopes/scope_settings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/MVCtemplate-23-24/.idea/vcs.xml b/MVCtemplate-23-24/.idea/vcs.xml
deleted file mode 100644
index def6a6a..0000000
--- a/MVCtemplate-23-24/.idea/vcs.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/MVCtemplate-23-24/Views/index.phtml b/MVCtemplate-23-24/Views/index.phtml
deleted file mode 100644
index 61a5afe..0000000
--- a/MVCtemplate-23-24/Views/index.phtml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
Welcome to the web-site
-
-A template for web-site development using the Model-View-Controller design pattern and Bootstrap .
-The Views/template directory contains a header.phtml and a footer.phtml which should be included on every new page generated.
- To add additional pages just edit the file header.phtml to add the extra link and then add a new Controller (pageN.php) and a new View (pageN.phtml) , for each page required.
-The Model code files are placed in the Models directory.
-Do not change any of the css files in the css> directory!
-
-
diff --git a/MVCtemplate-23-24/Views/page1.phtml b/MVCtemplate-23-24/Views/page1.phtml
deleted file mode 100644
index 145fd6b..0000000
--- a/MVCtemplate-23-24/Views/page1.phtml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
Welcome to Page1
-
-
diff --git a/MVCtemplate-23-24/Views/template/footer.phtml b/MVCtemplate-23-24/Views/template/footer.phtml
deleted file mode 100644
index 1cee5c9..0000000
--- a/MVCtemplate-23-24/Views/template/footer.phtml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-