Changeset 1750 for trunk/register.php


Ignore:
Timestamp:
Jan 24, 2007, 6:07:08 AM (17 years ago)
Author:
rvelices
Message:
  • plugins with own independent scripts work now (cookie_path and url root are

correct)

  • prepare a bit some url functions so that later we can fully embed pwg in

scripts located outside pwg

  • remove some unnecessary language strings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/register.php

    r1652 r1750  
    6161      include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php');
    6262      $username = $_POST['login'];
    63       $admin_url = get_host_url().cookie_path()
     63      $admin_url = get_absolute_root_url().
    6464        .'admin.php?page=user_list&username='.$username;
    6565
Note: See TracChangeset for help on using the changeset viewer.