Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Modify config-dist.php's $txpcfg['txpath']
This is extremely minor, but I think it would be useful if:
/**
* full server path to textpattern dir (no slash at end)
*/
$txpcfg['txpath'] = '/home/path/to/textpattern/dir';
Was changed to:
/**
* full server path to /textpattern dir (no slash at end)
*/
$txpcfg['txpath'] = '/home/path/to/dir/textpattern';
Or something like that, just so the /textpattern part was emphasized. I’d never noticed this before, since I usually use the installer and import an existing database to migrate TXP sites.
Last edited by jm (2007-04-01 07:30:32)
Offline
#2 2007-04-02 16:47:19
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Modify config-dist.php's $txpcfg['txpath']
Offline
Re: Modify config-dist.php's $txpcfg['txpath']
Yes! That’s what I needed :D. Thanks.
Offline