Reminder plugin path specification

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
Ancy
Posts: 46
Joined: 30 Jun 2017, 11:10

Reminder plugin path specification

Post by Ancy »

Dear All,

I am setting up a Reminder plugin.I am confused about the path specification
$g_path = 'http://path-to-your-mantis-installation/';
for this, i have changed to below
$g_path = 'http://1xx.xxx.xxx.xxx/mantis/';
But when i pasted this to configuartion file, it failed to load the webpage even.Can anybody correct me?
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Reminder plugin path specification

Post by cas »

Please use preferably as follows:
$g_path="http://www.yoursite.com/mantis";

You can add this sentence at the end of config_inc.php
Post Reply