Skip to content

Commit

Permalink
Rename admin to panel
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Nov 27, 2022
1 parent 47654dd commit ea386d8
Show file tree
Hide file tree
Showing 285 changed files with 2,010 additions and 2,010 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
update-types: ["version-update:semver-major"]

- package-ecosystem: "npm"
directory: "/admin"
directory: "/panel"
schedule:
interval: "monthly"
ignore:
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ php_error.log

/vendor/*

/admin/accounts/*
/admin/avatars/*
/admin/logs/*
/panel/accounts/*
/panel/avatars/*
/panel/logs/*

!.gitkeep
4 changes: 2 additions & 2 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ AddDefaultCharset utf-8

## Prevent direct access to Formwork folders but allow access to assets
RewriteRule ^site/templates/assets/.* - [L]
RewriteRule ^admin/(assets|avatars)/.* - [L]
RewriteRule ^(admin|backup|cache|formwork|site|vendor)/.* index.php [L,NC]
RewriteRule ^panel/(assets|avatars)/.* - [L]
RewriteRule ^(panel|backup|cache|formwork|site|vendor)/.* index.php [L,NC]

## Prevent access to specific files
RewriteRule ^(.*)\.(md|yml|json)/?$ index.php [L,NC]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="admin/assets/images/icon.svg" height="28"> Formwork
# <img src="panel/assets/images/icon.svg" height="28"> Formwork

[![Discord](https://img.shields.io/discord/637658168754831380?color=%235865f2&label=chat&logo=discord&logoColor=%23fff)](https://discord.gg/5Q3BmNY)
[![GitHub Release Date](https://img.shields.io/github/release-date/getformwork/formwork.svg)](https://github.com/getformwork/formwork/releases/latest)
Expand Down
265 changes: 0 additions & 265 deletions admin/translations/en.yml

This file was deleted.

Loading

0 comments on commit ea386d8

Please sign in to comment.