From c27c9d1d359828a071159995689c9c3b28d99891 Mon Sep 17 00:00:00 2001 From: rdalverny Date: Sat, 22 Jan 2022 18:54:11 +0100 Subject: Move public resources under public/ directory Existing setups need to update their server config to point (or link to) public/ directory instead of the root of the code repo. Configuration (and password) location also changes from custom/ and admin/inc to custom/config/. That way, config and code library move out of the publicly served file tree. Apart from the change of the web root, config should be migrated seamlessly. --- public/admin/img/button.png | Bin 0 -> 212 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/admin/img/button.png (limited to 'public/admin/img/button.png') diff --git a/public/admin/img/button.png b/public/admin/img/button.png new file mode 100644 index 0000000..fad6ccc Binary files /dev/null and b/public/admin/img/button.png differ -- cgit v1.2.1