Skip to content

Commit 85d4bd3

Browse files
committed
Updated MySQL dump to be db agnostic.
1 parent 03d0ff9 commit 85d4bd3

File tree

5 files changed

+105
-118
lines changed

5 files changed

+105
-118
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These are supported funding model platforms
2-
github: justinhartman
2+
# github: justinhartman
33
custom: https://paypal.me/22digital

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ password-cost.php
2323
/inc/classes/mysqli-examples/
2424
*.bak
2525
/config/sql/
26+
.htaccess
2627

2728
######################
2829
### macOS Specific ###

.htaccess

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
DirectoryIndex index.php index.html index.htm
3232
# Customize what Apache returns to the client in case of an error.
3333
# https://httpd.apache.org/docs/current/mod/core.html#errordocument
34-
ErrorDocument 404 /ecom/404.php
34+
ErrorDocument 404 /404.php
3535
# Disable the pattern matching based on filenames.
3636
# https://httpd.apache.org/docs/current/content-negotiation.html#multiviews
3737
Options -MultiViews
@@ -53,7 +53,7 @@ AddDefaultCharset utf-8
5353
# root of your site, '/' should work, else it might be something along the
5454
# lines of: RewriteBase /<your_sub_folder>
5555
#
56-
RewriteBase /ecom/
56+
RewriteBase /
5757

5858
# Set %{ENV:PROTO} variable, to allow rewrites to redirect with the
5959
# appropriate schema automatically (http or https).
@@ -312,6 +312,7 @@ AddDefaultCharset utf-8
312312
RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding
313313
</IfModule>
314314
</IfModule>
315+
315316
# Compress all output labeled with one of the following media types.
316317
<IfModule mod_filter.c>
317318
AddOutputFilterByType DEFLATE "application/atom+xml" \

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Admin interface.
1414
- [Create MySQL/MariaDB Database](#create-mysqlmariadb-database)
1515
- [Update Config Variables](#update-config-variables)
1616
- [Run Webserver](#run-webserver)
17+
- [Funding](#funding)
1718
- [Contributing](#contributing)
1819
- [Code of Conduct](#code-of-conduct)
1920
- [Versioning](#versioning)
@@ -108,6 +109,10 @@ $ php -S localhost:8000
108109
[Fri Aug 7 10:44:02 2020] [::1]:51358 Accepted
109110
```
110111

112+
## Funding
113+
114+
If you find this project valuable, please consider [giving us a small donation][paypal] to help keep the project alive. We can really do with the support to help us continue to maintain this project.
115+
111116
## Contributing
112117

113118
Please read the [CONTRIBUTING.md][CONTRIBUTING] file for details on how you
@@ -163,3 +168,4 @@ some way to make this project a reality.
163168
[author-1]: https://github.com/justinhartman
164169
[.github]: https://github.com/justinhartman/.github
165170
[shopping-source]: https://codingcyber.org/simple-shopping-cart-application-php-mysql-6394/
171+
[paypal]: https://paypal.me/22digital

0 commit comments

Comments
 (0)