diff --git a/webman/.gitignore b/.gitignore similarity index 100% rename from webman/.gitignore rename to .gitignore diff --git a/webman/LICENSE b/LICENSE similarity index 100% rename from webman/LICENSE rename to LICENSE diff --git a/webman/README.md b/README.md similarity index 100% rename from webman/README.md rename to README.md diff --git a/webman/app/controller/IndexController.php b/app/controller/IndexController.php similarity index 100% rename from webman/app/controller/IndexController.php rename to app/controller/IndexController.php diff --git a/webman/app/functions.php b/app/functions.php similarity index 100% rename from webman/app/functions.php rename to app/functions.php diff --git a/webman/app/middleware/StaticFile.php b/app/middleware/StaticFile.php similarity index 100% rename from webman/app/middleware/StaticFile.php rename to app/middleware/StaticFile.php diff --git a/webman/app/model/Test.php b/app/model/Test.php similarity index 100% rename from webman/app/model/Test.php rename to app/model/Test.php diff --git a/webman/app/process/Http.php b/app/process/Http.php similarity index 100% rename from webman/app/process/Http.php rename to app/process/Http.php diff --git a/webman/app/process/Monitor.php b/app/process/Monitor.php similarity index 100% rename from webman/app/process/Monitor.php rename to app/process/Monitor.php diff --git a/webman/app/view/index/view.html b/app/view/index/view.html similarity index 100% rename from webman/app/view/index/view.html rename to app/view/index/view.html diff --git a/webman/composer.json b/composer.json similarity index 100% rename from webman/composer.json rename to composer.json diff --git a/webman/composer.lock b/composer.lock similarity index 100% rename from webman/composer.lock rename to composer.lock diff --git a/webman/config/app.php b/config/app.php similarity index 100% rename from webman/config/app.php rename to config/app.php diff --git a/webman/config/autoload.php b/config/autoload.php similarity index 100% rename from webman/config/autoload.php rename to config/autoload.php diff --git a/webman/config/bootstrap.php b/config/bootstrap.php similarity index 100% rename from webman/config/bootstrap.php rename to config/bootstrap.php diff --git a/webman/config/container.php b/config/container.php similarity index 100% rename from webman/config/container.php rename to config/container.php diff --git a/webman/config/dependence.php b/config/dependence.php similarity index 100% rename from webman/config/dependence.php rename to config/dependence.php diff --git a/webman/config/exception.php b/config/exception.php similarity index 100% rename from webman/config/exception.php rename to config/exception.php diff --git a/webman/config/log.php b/config/log.php similarity index 100% rename from webman/config/log.php rename to config/log.php diff --git a/webman/config/middleware.php b/config/middleware.php similarity index 100% rename from webman/config/middleware.php rename to config/middleware.php diff --git a/webman/config/process.php b/config/process.php similarity index 100% rename from webman/config/process.php rename to config/process.php diff --git a/webman/config/route.php b/config/route.php similarity index 100% rename from webman/config/route.php rename to config/route.php diff --git a/webman/config/server.php b/config/server.php similarity index 100% rename from webman/config/server.php rename to config/server.php diff --git a/webman/config/session.php b/config/session.php similarity index 100% rename from webman/config/session.php rename to config/session.php diff --git a/webman/config/static.php b/config/static.php similarity index 100% rename from webman/config/static.php rename to config/static.php diff --git a/webman/config/translation.php b/config/translation.php similarity index 100% rename from webman/config/translation.php rename to config/translation.php diff --git a/webman/config/view.php b/config/view.php similarity index 100% rename from webman/config/view.php rename to config/view.php diff --git a/webman/public/favicon.ico b/public/favicon.ico similarity index 100% rename from webman/public/favicon.ico rename to public/favicon.ico diff --git a/webman/start.php b/start.php similarity index 100% rename from webman/start.php rename to start.php diff --git a/webman/support/Request.php b/support/Request.php similarity index 100% rename from webman/support/Request.php rename to support/Request.php diff --git a/webman/support/Response.php b/support/Response.php similarity index 100% rename from webman/support/Response.php rename to support/Response.php diff --git a/webman/support/bootstrap.php b/support/bootstrap.php similarity index 100% rename from webman/support/bootstrap.php rename to support/bootstrap.php diff --git a/webman/windows.bat b/windows.bat similarity index 100% rename from webman/windows.bat rename to windows.bat diff --git a/webman/windows.php b/windows.php similarity index 100% rename from webman/windows.php rename to windows.php