-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Webzash - Easy to use web based double entry accounting software | ||
|
||
Copyright (c) 2014 Prashant Shah <[email protected]> | ||
Copyright (c) 2014 - 2021 Prashant Shah <[email protected]> | ||
|
||
Website : http://webzash.org | ||
Source code : https://github.com/prashants/webzash | ||
|
@@ -27,8 +27,8 @@ Following step describes how to setup Webzash with CakePHP from scratch, | |
remmember these steps are only needed if you wish to develop or contribute | ||
back to Webzash : | ||
|
||
Step 1. Download CakePHP version 2.10.14 from the below link | ||
https://github.com/cakephp/cakephp/archive/2.10.14.tar.gz | ||
Step 1. Download CakePHP version 2.10.24 from the below link | ||
https://github.com/cakephp/cakephp/archive/2.10.24.tar.gz | ||
|
||
Step 2. Extract CakePHP into your web server directory and rename the folder | ||
to "webzash" | ||
|