mirror of
https://github.com/friendica/friendica
synced 2025-04-26 23:10:11 +00:00
Rename App->path to App->urlpath
This commit is contained in:
parent
5fdff3d813
commit
e952d6677b
10 changed files with 12 additions and 12 deletions
|
@ -13,7 +13,7 @@ $db_data = 'friendica';
|
|||
// For instance if your URL is 'http://example.com/directory/subdirectory',
|
||||
// set path to 'directory/subdirectory'.
|
||||
|
||||
$a->path = '';
|
||||
$a->urlpath = '';
|
||||
|
||||
// Choose a legal default timezone. If you are unsure, use "America/Los_Angeles".
|
||||
// It can be changed later and only applies to timestamps for anonymous viewers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue