Skip to content

Commit

Permalink
config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
petazeta committed May 4, 2018
1 parent 7d7e63e commit 7770c46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It implements an e-commerce system. Ajax and WYSIWYG. It is written in PHP (As w
2. Unpack it to the destination folder.
3. Create a database and import file includes/database.sql. You can use PhpMyAdmin for this purpose.
4. Edit database settings at:
includes/config.php
includes/config.php.example and rename it to config.php
5. Give write permisions to the folder catalog/images/small. (To allow upload product images)


Expand Down
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It implements an e-commerce system. Ajax and WYSIWYG. It is written in PHP (As w
2 - Unpack it to the destination folder.
3 - Create a database and import file includes/database.sql. You can use PhpMyAdmin for this purpose.
4 - Edit database settings at:
includes/config.php
includes/config.php.example and rename it to config.php
5 - Give write permisions to the folder catalog/images/small. (To allow upload product images)

*****************
Expand All @@ -28,4 +28,4 @@ Open the browser (chrome or firefox) at the main folder url. The ecommerce syste
*****************
Find us at github.com and sourceforge.net for more information.

Tip: There is also available for purchasing a tool named dbmanager. This tool is very useful to edit the database records. Get more information at: http://youronlineshop.sourceforge.net/dbmanager
Tip: There is also available for purchasing a tool named dbmanager. This tool is very useful to edit the database records. Get more information at: http://youronlineshop.sourceforge.net/dbmanager

0 comments on commit 7770c46

Please sign in to comment.