Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# AEweb
Welcome to AEweb. If you want to contribute, feel free to create an issue or pullrequest.

![image](https://github.com/schnek/AEweb/assets/1216225/a68d2515-dc59-433b-9918-4ce386fe5175)

### Users
- [x] Registration
- [ ] E-Mail verification
Expand Down Expand Up @@ -40,4 +42,4 @@ We load the content of a page between the <body> and <footer> tag. Make sure you

## Content (wrong name)
The content dir holds basic script parts e.g. footer, header and errors.


2 changes: 1 addition & 1 deletion configs/web.conf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Hosting
class Info
{
const siteName = "AE-Web";
const siteSlogan = "Made with love.";
const siteSlogan = "Made with love.";
const contactEMail = "info@ae-web.xyz";
const foundedInYear = "2018";
}
Expand Down