File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
### Overview
12
12
13
- 1 . You've created a php image gallery and your clients should be able to update theire galleries without coping files via ftp.
14
- 2 . Therfore you need at least one new file in the image gallery (we will call it ` update.php ` but the name doesn't matter)
13
+ 1 . You've created a php application and your clients should be able to update theire code without coping files via ftp.
14
+ 2 . Therfore you need at least one new file in the application (we will call it ` update.php ` but the name doesn't matter)
15
15
3 . When the user visits ` update.php ` the library will check for a new version and install all new versions incrementally
16
16
17
17
### Client
18
18
19
- The client is the image gallery.
20
-
21
19
#### update.php
22
20
23
21
This file will install the update. For an example see ` example/client/update/index.php `
You can’t perform that action at this time.
0 commit comments