Search found 2 matches

by hungtran
Thu Jan 19, 2017 11:41 am
Forum: General
Topic: Changing the URL for the admin site
Replies: 9
Views: 12427

Re: Changing the URL for the admin site

Oh I forgot another change.

The file bl-kernel/boot/init.php, line 221, change word "admin" to your own word.

Code: Select all

define('HTML_PATH_ADMIN_ROOT',		HTML_PATH_ROOT.'admin/');
by hungtran
Thu Jan 19, 2017 11:37 am
Forum: General
Topic: Changing the URL for the admin site
Replies: 9
Views: 12427

Re: Changing the URL for the admin site

Hi Konrad,

You can do that by changing the word "admin" in the line 71

Code: Select all

$filters['admin'] = '/admin/';
in bl-kernel/dbsite.class.php to something else.

I think we need to take note of this change to apply again if we update bludit.

Regards,
Hung